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

Tor Lillqvist tml at kemper.freedesktop.org
Sun Nov 7 12:14:27 PST 2010


 sw/source/core/text/inftxt.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bde03bb9ab2805b21870e83d0adf00d40a6a762a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun Nov 7 22:11:02 2010 +0200

    Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx
index 7cd7356..c6a1bdf 100644
--- a/sw/source/core/text/inftxt.cxx
+++ b/sw/source/core/text/inftxt.cxx
@@ -118,7 +118,7 @@ namespace numfunc
 static sal_Bool bDbgLow = sal_False;
 #endif
 
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
 
 sal_Bool SwTxtSizeInfo::IsOptCalm() const { return !GetOpt().IsTest3(); }
 


More information about the Libreoffice-commits mailing list