From 394aa30e6b6490203095cf7ecdac0f565a1b57f9 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 7 Nov 2010 23:00:23 +0200 Subject: Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup --- sw/source/core/text/inftxt.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx index 405be1b805..662f9fba08 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() -- cgit v1.2.3