Drop undefined function

Change-Id: I474371f2c35b82a9785b7fa6254bd4e60b4a73e4
This commit is contained in:
Takeshi Abe 2012-10-12 22:37:24 +09:00
parent af1f02a85d
commit 00e815bd04

View file

@ -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(); }