[Libreoffice-commits] .: Branch 'libreoffice-3-3' - sw/inc

Tor Lillqvist tml at kemper.freedesktop.org
Sun Nov 7 12:07:56 PST 2010


 sw/inc/crsrsh.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06d2aa8941dd38f3d47ca01538b3516e0ccbf5ae
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 35d27e6..698ce07 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
-#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