summaryrefslogtreecommitdiff
path: root/sc/inc/global.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/global.hxx
parenta64076a0699d7a5f56c38530bedfd8d8fb6aef4e (diff)
Replace DBG_* with OSL_* in sc/source/core
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r--sc/inc/global.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 9872f01cda62..e8f7da17e4f5 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -276,7 +276,7 @@ enum CellType
CELLTYPE_NOTE,
CELLTYPE_EDIT,
CELLTYPE_SYMBOLS // for load/save
-#if DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
,CELLTYPE_DESTROYED
#endif
};