summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-07 23:00:23 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-07 23:01:09 +0200
commitd974d3f7f89f9cc685a5b1ced001c0f24f8ebe94 (patch)
tree38d8f77073919f4f7cab0376cbdad8a78b083e46
parentaebf49d8af4b30f36ee61972f496a35866d5b58b (diff)
Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
-rw-r--r--sw/source/core/text/inftxt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx
index 8e3649a4ef08..676c1fba2f1a 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()