summaryrefslogtreecommitdiff
path: root/sw/inc/acmplwrd.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/acmplwrd.hxx')
-rw-r--r--sw/inc/acmplwrd.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/acmplwrd.hxx b/sw/inc/acmplwrd.hxx
index 8dda01f28493..94ab1f89e4d4 100644
--- a/sw/inc/acmplwrd.hxx
+++ b/sw/inc/acmplwrd.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -57,12 +57,12 @@ public:
const String& operator[]( USHORT n ) const { return *aWordLst[ n ]; }
- BOOL IsLockWordLstLocked() const { return bLockWordLst; }
+ BOOL IsLockWordLstLocked() const { return bLockWordLst; }
void SetLockWordLstLocked( BOOL bFlag ) { bLockWordLst = bFlag; }
void SetMaxCount( USHORT n );
- USHORT GetMinWordLen() const { return nMinWrdLen; }
+ USHORT GetMinWordLen() const { return nMinWrdLen; }
void SetMinWordLen( USHORT n );
const SvStringsISortDtor& GetWordList() const { return aWordLst; }