[Libreoffice-commits] .: sw/source

Tor Lillqvist tml at kemper.freedesktop.org
Sun Nov 7 13:03:26 PST 2010


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

New commits:
commit 0d87f17b5f99bed5d65facb4b39d9dba1764095f
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sun Nov 7 23:00:23 2010 +0200

    Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup

diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx
index 405be1b..662f9fb 100644
--- a/sw/source/core/text/inftxt.hxx
+++ b/sw/source/core/text/inftxt.hxx
@@ -75,7 +75,7 @@ class SwWrongList;
 #define DIR_RIGHT2LEFT 2
 #define DIR_TOP2BOTTOM 3
 
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
 #define OPTCALM( rInf )  (rInf).IsOptCalm()
 #define OPTLOW( rInf )	 (rInf).IsOptLow()
 #define OPTDBG( rInf )	 (rInf).IsOptDbg()


More information about the Libreoffice-commits mailing list