diff options
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r-- | sc/inc/cell.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index ae5c3e7b880e..26b20967b10d 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -192,7 +192,7 @@ public: /** Cell takes ownership of the passed note and broadcaster. */ explicit ScNoteCell( ScPostIt* pNote, SvtBroadcaster* pBC = 0 ); -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 0 ~ScNoteCell(); #endif @@ -209,7 +209,7 @@ public: ScValueCell(); explicit ScValueCell( double fValue ); -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 0 ~ScValueCell(); #endif @@ -230,7 +230,7 @@ public: ScStringCell(); explicit ScStringCell( const String& rString ); -#ifdef DBG_UTIL +#if OSL_DEBUG_LEVEL > 0 ~ScStringCell(); #endif |