summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-11-07 22:44:25 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-11-07 22:44:47 +0200
commitfb034832a0076b60abbcf8d3989bf5c2559b6451 (patch)
treea2aa4fc9221cf99f3718b2d5df4ac66dfbf071e0
parent71186e2021b33093764b4887c537dc2e2eab8075 (diff)
Fix compilation error caused by DBG_UTIL vs. OSL_DEBUG_LEVEL mixup
-rw-r--r--sw/source/core/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index b79e9c04a1..55964a2b77 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -622,7 +622,7 @@ void ViewShell::LayoutIdle()
SET_CURR_SHELL( this );
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
if( pOpt->IsTest5() )
return;
#endif