summaryrefslogtreecommitdiff
path: root/sc/inc/cell.hxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-05-21 13:29:51 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-27 06:03:37 +0200
commit45df4e385910e1006d4bad4f674167c495b75673 (patch)
treeff5555958d1d61fdace85806bae6bf5a7d94c6a2 /sc/inc/cell.hxx
parenta64076a0699d7a5f56c38530bedfd8d8fb6aef4e (diff)
Replace DBG_* with OSL_* in sc/source/core
Diffstat (limited to 'sc/inc/cell.hxx')
-rw-r--r--sc/inc/cell.hxx6
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