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
commitbf762e8f717e484473f4ce79aaecea5a26b50106 (patch)
tree81c6646191277bf7df8c7bfcf1a66b34ffcc3eeb /sw
parent94afbf200456af42bd6342d8d8454761d19d1987 (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 126bb7c4cb42..e06a942551e9 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() )
{