summaryrefslogtreecommitdiff
path: root/sw/inc/acmplwrd.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-12 10:59:40 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-12 10:59:40 +0000
commit53afbdea4822e34d4d1ec642039d36dad5909da7 (patch)
tree9047c9da585f465be2d0e3e871c79120f1ba7161 /sw/inc/acmplwrd.hxx
parent410f592d654a845ae42cbf1987ff0945f2b2055f (diff)
INTEGRATION: CWS tune05 (1.2.736); FILE MERGED
2004/07/22 10:57:44 cmc 1.2.736.1: #i30554# unused SwAutoCompleteWord methods
Diffstat (limited to 'sw/inc/acmplwrd.hxx')
-rw-r--r--sw/inc/acmplwrd.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx
index 578d81fb9040..2e583db61fd9 100644
--- a/sw/inc/acmplwrd.hxx
+++ b/sw/inc/acmplwrd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: acmplwrd.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: os $ $Date: 2002-08-06 08:37:19 $
+ * last change: $Author: obo $ $Date: 2004-08-12 11:59:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,13 +86,9 @@ public:
~SwAutoCompleteWord();
BOOL InsertWord( const String& rWord, SwDoc& rDoc );
- BOOL RemoveWord( const String& rWord );
- BOOL SearchWord( const String& rWord, USHORT* pFndPos = 0 ) const;
BOOL GetRange( const String& rWord, USHORT& rStt, USHORT& rEnd ) const;
- BOOL SetToTop( const String& rWord );
-
USHORT Count() const { return aWordLst.Count(); }
const String& operator[]( USHORT n ) const { return *aWordLst[ n ]; }