[Libreoffice-commits] .: sw/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Sun Nov 7 12:07:20 PST 2010
sw/inc/crsrsh.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c03a130e905aacf94f66f0bda27100897ab77b27
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sun Nov 7 22:04:15 2010 +0200
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index 0524220..5e4adf2 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -111,7 +111,7 @@ struct SwContentAtPos
SW_CONTENT_CHECK = 0x0400,
SW_SMARTTAG = 0x0800,
SW_FORMCTRL = 0x1000
-#if OSL_DEBUG_LEVEL > 1
+#ifdef DBG_UTIL
,SW_CURR_ATTRS = 0x4000 // only for debugging
,SW_TABLEBOXVALUE = 0x8000 // only for debugging
#endif
More information about the Libreoffice-commits
mailing list