summaryrefslogtreecommitdiff
path: root/sc/inc/global.hxx
diff options
context:
space:
mode:
authorTopround aka Zathuras <topround@gmail.com>2011-01-14 16:57:33 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-01-14 17:04:02 +0200
commit4de38f4e20c69b429da98b0d93fbf00ec53dbb2f (patch)
treefa10bdebaf9bb63dfb1c83e01d20e7775f879280 /sc/inc/global.hxx
parent8ff12fb4e2a9062117dc56b9cd84922bfe900eb8 (diff)
Remove commented out code
Also remove else blocks that were then emptied. Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 862726468d33..32d78d563efa 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -176,8 +176,6 @@ const SCSIZE PIVOT_MAXPAGEFIELD = 10;
// FILTERED immer zusammen mit HIDDEN
// FILTERED und MANUALSIZE nur fuer Zeilen moeglich
const BYTE CR_HIDDEN = 1;
-//const BYTE CR_MARKED = 2;
-//const BYTE CR_PAGEBREAK = 4;
const BYTE CR_MANUALBREAK = 8;
const BYTE CR_FILTERED = 16;
const BYTE CR_MANUALSIZE = 32;