diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2010-11-07 22:19:54 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@hemulen.(none)> | 2010-11-07 22:20:09 +0200 |
commit | 4dd53a245ed1454f32d3aef86573cb2fba3579c8 (patch) | |
tree | f376b9f5f9a32f1a5bc277f6057db1013e39f99d /sw | |
parent | bde03bb9ab2805b21870e83d0adf00d40a6a762a (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.cxx | 2 |
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() ) { |