diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-04 16:19:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-05 00:01:55 +0200 |
commit | 68eea32a6e1b38013c06e91fc2d88fb67b4b300e (patch) | |
tree | 705336349f3e9ce9e5a68ca757fb086bb9bc06cb /sw/inc | |
parent | 85c7f925a29f6edcffebe40ef69164f10655abb1 (diff) |
Remove unused variables
Change-Id: I81c62dd3f6319d6ca9c0da518ca07391a80179da
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/swtypes.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sw/inc/swtypes.hxx b/sw/inc/swtypes.hxx index 1ea929ecf5b3..9c3c18bd469d 100644 --- a/sw/inc/swtypes.hxx +++ b/sw/inc/swtypes.hxx @@ -95,16 +95,10 @@ enum SwLabelType }; -const sal_uInt8 OLD_MAXLEVEL = 5; -const sal_uInt8 MAXLEVEL = 10; // Was: numrule.hxx. -const sal_uInt8 NO_NUM = 200; // Was: numrule.hxx. +const sal_uInt8 MAXLEVEL = 10; - -// For paragraphs with NO_NUM but on different levels. -// This makes the NO_NUM inapplicable. const sal_uInt8 NO_NUMLEVEL = 0x20; // "or" with the levels. - // Some helper functions as macros or inlines. // One kilobyte is 1024 bytes: |