diff options
Diffstat (limited to 'sw/source/core/inc/laycache.hxx')
-rw-r--r-- | sw/source/core/inc/laycache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/laycache.hxx b/sw/source/core/inc/laycache.hxx index 71a8b36ba4..894550be3e 100644 --- a/sw/source/core/inc/laycache.hxx +++ b/sw/source/core/inc/laycache.hxx @@ -70,7 +70,7 @@ public: return pImpl; } void UnlockImpl() { --nLockCount; } -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 1 sal_Bool CompareLayout( const SwDoc& rDoc ) const; #endif }; |