Kaydet (Commit) 5bc8f50e authored tarafından Michael Stahl's avatar Michael Stahl

sw_redlinehide_3: remove SwTextFrame::GetTextNode()

Change-Id: Ie46d8846887e9282ef40d63255f8a70e22f304e9
üst 971b3c93
......@@ -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()); };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment