summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-10-10 11:28:22 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2018-11-10 19:42:23 +0100
commit63c83b7daf789c756d59b81d81ef1b0a3545d770 (patch)
treee7124c9e9572936b9a0191760dcf29d75829cf78 /sw
parent61a1dfcf4950b94a8734b874571b3182f52b8cf9 (diff)
sw_redlinehide_3: remove SwTextFrame::GetTextNode()
Change-Id: Ie46d8846887e9282ef40d63255f8a70e22f304e9
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/txtfrm.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 91b70e918c0a..f28c5a825606 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -417,11 +417,6 @@ public:
/// Returns the text portion we want to edit (for inline see underneath)
const OUString& GetText() const;
- // TODO: remove GetTextNode
- SwTextNode *GetTextNode()
- { return static_cast<SwTextNode*>(SwFrame::GetDep()); }
- const SwTextNode *GetTextNode() const
- { return static_cast<const SwTextNode*>(SwFrame::GetDep()); }
SwTextNode const* GetTextNodeForParaProps() const;
SwTextNode * GetTextNodeFirst()
{ return const_cast<SwTextNode*>(const_cast<SwTextFrame const*>(this)->GetTextNodeFirst()); };