diff options
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index a1b74979a63b..9381893d4de9 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -196,10 +196,10 @@ public: USHORT Count() const { return pChgSet->Count(); } void ClearItem( USHORT nWhichL = 0 ) -#ifndef DBG_UTIL - { pChgSet->ClearItem( nWhichL ); } -#else +#if OSL_DEBUG_LEVEL > 1 ; +#else + { pChgSet->ClearItem( nWhichL ); } #endif }; |