diff options
-rw-r--r-- | sw/inc/acmplwrd.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx index 6d86722442c4..09586c8fddc2 100644 --- a/sw/inc/acmplwrd.hxx +++ b/sw/inc/acmplwrd.hxx @@ -61,8 +61,6 @@ public: bool InsertWord( const String& rWord, SwDoc& rDoc ); - sal_Bool GetRange( const String& rWord, sal_uInt16& rStt, sal_uInt16& rEnd ) const; - const String& operator[](size_t n) const { return m_WordList[n]->GetAutoCompleteString(); } |