diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 22:11:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 22:11:30 +0200 |
commit | bde03bb9ab2805b21870e83d0adf00d40a6a762a (patch) | |
tree | a3fac376b4903ae382fb8fb86fab762d61f49456 /sw | |
parent | 06d2aa8941dd38f3d47ca01538b3516e0ccbf5ae (diff) |
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/inftxt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx index 7cd73568f7..c6a1bdfd1f 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(); } |