diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2018-09-14 14:35:00 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2018-09-19 10:18:33 +0200 |
commit | 9bda4a67565817f0a26f48c4a4b9723894a385f5 (patch) | |
tree | 316bc5f268763580998321bfdef2510393698a63 /sw/inc/ndtxt.hxx | |
parent | 6410a654058c3dc30461aa25d0197e579147edcc (diff) |
sw_redlinehide_2: adapt SwEditShell::GetCurWord()
Move SwTextNode::GetCurWord() to SwTextFrame, this was the only caller.
Change-Id: Id26cea92e1ca507fd82c5c75bc5a6eedb531d78d
Diffstat (limited to 'sw/inc/ndtxt.hxx')
-rw-r--r-- | sw/inc/ndtxt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 64bdaa3a5cc1..dde56486e0a7 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -404,7 +404,6 @@ public: const sal_Int32 nIndex, const bool bIncludeInputFieldAtStart = false ) const; - OUString GetCurWord(sal_Int32) const; bool Spell(SwSpellArgs*); bool Convert( SwConversionArgs & ); |