diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-12 22:37:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-10-15 11:06:36 +0900 |
commit | 00e815bd0452f6c68e3ff7a2d4050b6ad410a098 (patch) | |
tree | a53d16c57ae5d79ce6760e1d12bf3d2320a09beb /sw | |
parent | af1f02a85d2a4d27c8291dccf43d63887543caa4 (diff) |
Drop undefined function
Change-Id: I474371f2c35b82a9785b7fa6254bd4e60b4a73e4
Diffstat (limited to 'sw')
-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(); } |