summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-07 22:19:54 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-07 22:20:09 +0200
commit4dd53a245ed1454f32d3aef86573cb2fba3579c8 (patch)
treef376b9f5f9a32f1a5bc277f6057db1013e39f99d /sw
parentbde03bb9ab2805b21870e83d0adf00d40a6a762a (diff)
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/text/txtfly.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/txtfly.cxx b/sw/source/core/text/txtfly.cxx
index 7258e4139f..51c59755b4 100644
--- a/sw/source/core/text/txtfly.cxx
+++ b/sw/source/core/text/txtfly.cxx
@@ -1804,7 +1804,7 @@ const SwRect SwContourCache::ContourRect( const SwFmt* pFmt,
delete pPolyPolygon;
// UPPER_LOWER_TEST
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
const SwRootFrm* pTmpRootFrm = pFmt->getIDocumentLayoutAccess()->GetRootFrm();
if( pTmpRootFrm->GetCurrShell() )
{