summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2002-08-14 08:29:40 +0000
committerCaolán McNamara <cmc@openoffice.org>2002-08-14 08:29:40 +0000
commit542a0d7260e4767d8aff839eb593e748a82ced48 (patch)
tree04ccb75acc8518c17b3a8e24719c292ce5280ac0 /sw/source/filter/ww8/ww8par2.hxx
parent01ecf5194778e4d91bb78b9c8dff99009a2f586e (diff)
#100044# Cleanup for optimization defines->enums
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index 6bedcd4057b4..7929e5daa670 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8par2.hxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: cmc $ $Date: 2002-07-23 17:06:07 $
+ * last change: $Author: cmc $ $Date: 2002-08-14 09:29:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,7 +199,7 @@ public:
nFollow( 0 ),
nLFOIndex( USHRT_MAX ),
eFontSrcCharSet( 0 ),
- nListLevel( nWW8MaxListLevel ),
+ nListLevel(WW8ListManager::nMaxLevel),
nOutlineLevel( MAXLEVEL ),
n81Flags( 0 ),
n81BiDiFlags(0),
@@ -296,7 +296,4 @@ public:
enum WW8LvlType {WW8_None, WW8_Outline, WW8_Numbering, WW8_Sequence, WW8_Pause};
WW8LvlType GetNumType(BYTE nWwLevelNo);
-
-#define STI_USER 0x0FFE
-
#endif