diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:28:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:28:41 +0000 |
commit | be7645a258041126fc3312462dcbae4399de0c75 (patch) | |
tree | 00b003fa90eaba681780606cf6b2e112675e4764 /sw/inc/numrule.hxx | |
parent | a4ae2267c5310d26bf6c3b1f7574022c2477a7bd (diff) |
INTEGRATION: CWS writercorehandoff (1.23.172); FILE MERGED
2006/07/27 14:34:25 fme 1.23.172.5: RESYNC: (1.26-1.27); FILE MERGED
2005/12/20 15:02:26 tra 1.23.172.4: RESYNC: (1.25-1.26); FILE MERGED
2005/09/13 11:46:34 tra 1.23.172.3: RESYNC: (1.24-1.25); FILE MERGED
2005/07/28 11:54:30 tra 1.23.172.2: RESYNC: (1.23-1.24); FILE MERGED
2005/06/07 14:10:09 fme 1.23.172.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r-- | sw/inc/numrule.hxx | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index 994beebbc9f4..51cc502698bf 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -4,9 +4,9 @@ * * $RCSfile: numrule.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: rt $ $Date: 2006-07-25 11:46:01 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:28:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -269,11 +269,6 @@ public: // die gegebenfalls void CheckCharFmts( SwDoc* pDoc ); -#ifndef NUM_RELSPACE - // test ob der Einzug von dieser Numerierung kommt. - BOOL IsRuleLSpace( SwTxtNode& rNd ) const; -#endif - const String& GetName() const { return sName; } void SetName( const String& rNm ); // #i36749# @@ -337,11 +332,8 @@ public: */ SwBitArray SetLevelMarked(BYTE nLvl, BOOL bVal); - /** - Unmarks all levels. - */ - void ResetMarkedLevels() { aMarkedLevels.Reset(); } // <- #i27615# + // #i23726#, #i23725# void Indent(short aAmount, int nLevel = -1, int nReferenceLevel = -1, BOOL bRelative = TRUE, |