diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 23:00:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 23:01:09 +0200 |
commit | 394aa30e6b6490203095cf7ecdac0f565a1b57f9 (patch) | |
tree | acd7ae52ad0d5fa7c69cee41448b49d3239fbfa2 /sw | |
parent | fb034832a0076b60abbcf8d3989bf5c2559b6451 (diff) |
Fix linker error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixupfeature/pptx-export-ooxml11
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/inftxt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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() |