diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:15:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:15:47 +0000 |
commit | 4c04ad7f5f2ab609fca780aea8c10f2d17cbf43f (patch) | |
tree | 1a6376029ab9261e74e93f304bfc21ef44a48107 /sw/inc/acmplwrd.hxx | |
parent | d4ab74e5a8023b4620415953d4264c300e9f2056 (diff) |
INTEGRATION: CWS writercorehandoff (1.3.466); FILE MERGED
2005/09/13 11:13:34 tra 1.3.466.2: RESYNC: (1.3-1.4); FILE MERGED
2005/06/07 14:09:38 fme 1.3.466.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/acmplwrd.hxx')
-rw-r--r-- | sw/inc/acmplwrd.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx index 96e6a77c07e9..f4d58618e67e 100644 --- a/sw/inc/acmplwrd.hxx +++ b/sw/inc/acmplwrd.hxx @@ -4,9 +4,9 @@ * * $RCSfile: acmplwrd.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:32:11 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:15:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,14 +63,11 @@ public: BOOL GetRange( const String& rWord, USHORT& rStt, USHORT& rEnd ) const; - USHORT Count() const { return aWordLst.Count(); } - const String& operator[]( USHORT n ) const { return *aWordLst[ n ]; } BOOL IsLockWordLstLocked() const { return bLockWordLst; } void SetLockWordLstLocked( BOOL bFlag ) { bLockWordLst = bFlag; } - USHORT GetMaxCount() const { return nMaxCount; } void SetMaxCount( USHORT n ); USHORT GetMinWordLen() const { return nMinWrdLen; } |