summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2003-09-05 15:35:13 +0000
committerHenning Brinkmann <hbrinkm@openoffice.org>2003-09-05 15:35:13 +0000
commit499565d74abc291667b1ed1bcef2c02a9bed2254 (patch)
tree3b1312decb0a36e058a526417d7a8891691d0ebb /sw/inc/numrule.hxx
parent87ac4bad390c58629ae9b78a392d86b5a9a70b94 (diff)
#111955# revoked
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 2a9010d0c2e7..639d6f9fc978 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hbrinkm $ $Date: 2003-09-05 15:13:51 $
+ * last change: $Author: hbrinkm $ $Date: 2003-09-05 16:35:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -252,8 +252,6 @@ class SwNodeNum
USHORT nSetValue; // vorgegeben Nummer
BYTE nMyLevel; // akt. Level
BOOL bStartNum; // Numerierung neu starten
- BOOL bContNum; // #111955#
- // TRUE -> in continuous numbering
public:
inline SwNodeNum( BYTE nLevel = NO_NUM, USHORT nSetVal = USHRT_MAX );
@@ -267,12 +265,6 @@ public:
BOOL IsStart() const { return bStartNum; }
void SetStart( BOOL bFlag = TRUE ) { bStartNum = bFlag; }
- // -> #111955#
- BOOL IsContinuousNum() const { return bContNum; }
- void SetContinuousNum( BOOL bFlag = TRUE ) { bContNum = bFlag; }
- // <- #111955#
-
- BOOL HasSetValue() const { return USHRT_MAX != nSetValue; }
USHORT GetSetValue() const { return nSetValue; }
void SetSetValue( USHORT nVal ) { nSetValue = nVal; }