summaryrefslogtreecommitdiff
path: root/sw/inc/splargs.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:31:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:31:29 +0000
commitd7acd2e1fb1a1b28c1937e7b000b5222305efa73 (patch)
tree26e29ebca177150bac52930ced8ccc77f6c67b3f /sw/inc/splargs.hxx
parent87993f0693e75c16e17509b309812a29637ecee5 (diff)
INTEGRATION: CWS writercorehandoff (1.2.78); FILE MERGED
2005/10/25 08:22:30 tra 1.2.78.3: RESYNC: (1.3-1.4); FILE MERGED 2005/09/13 11:54:21 tra 1.2.78.2: RESYNC: (1.2-1.3); FILE MERGED 2005/06/07 14:10:16 fme 1.2.78.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/splargs.hxx')
-rw-r--r--sw/inc/splargs.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index 97f545fa5a02..94a8044c17cb 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: splargs.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2005-10-05 13:19:01 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:31:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -174,17 +174,12 @@ public:
nWordStart(0), nWordLen(0),
nHyphPos(0), nMinTrail(0)
{ }
- inline xub_StrLen GetStart() const { return nStart; }
- inline xub_StrLen GetLen() const { return nLen; }
inline xub_StrLen GetEnd() const
{ return STRING_LEN == nLen ? nLen : nStart + nLen; }
inline const Point *GetCrsrPos() const
{ return aCrsrPos.X() || aCrsrPos.Y() ? &aCrsrPos : 0; }
- inline sal_Bool IsAuto() const { return bAuto; }
- inline void SetAuto( const sal_Bool bNew ) { bAuto = bNew; }
inline sal_Bool IsCheck() const { return bCheck; }
inline void SetCheck( const sal_Bool bNew ) { bCheck = bNew; }
- inline sal_Bool IsNoLang() const { return bNoLang; }
inline void SetNoLang( const sal_Bool bNew ) { bNoLang = bNew; }
inline void