summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-26 15:51:46 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-10-27 14:27:45 +0200
commitc6e22d722aa520b71b0019553f4eea91948fe1ce (patch)
treec07b89c3f7d1fe35d10d7ff60cb00d0a2062d78d /sw/inc/crsrsh.hxx
parente784df90e8f253ee582aadadfaa0cef0cd5da844 (diff)
Fixed a warning due to stupid unchecked changes (from me)
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r--sw/inc/crsrsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index a9fa6f369f..35d27e6b64 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -112,7 +112,7 @@ struct SwContentAtPos
SW_CONTENT_CHECK = 0x0400, // #i43742#
SW_SMARTTAG = 0x0800,
SW_FORMCTRL = 0x1000
-#ifdef OSL_DEBUG_LEVEL > 1
+#if OSL_DEBUG_LEVEL > 1
,SW_CURR_ATTRS = 0x4000 // only for debugging
,SW_TABLEBOXVALUE = 0x8000 // only for debugging
#endif