diff options
author | Jacek Wolszczak <shutdownrunner@gmail.com> | 2011-05-21 13:29:51 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-05-27 06:03:37 +0200 |
commit | 45df4e385910e1006d4bad4f674167c495b75673 (patch) | |
tree | ff5555958d1d61fdace85806bae6bf5a7d94c6a2 /sc/inc/global.hxx | |
parent | a64076a0699d7a5f56c38530bedfd8d8fb6aef4e (diff) |
Replace DBG_* with OSL_* in sc/source/core
Diffstat (limited to 'sc/inc/global.hxx')
-rw-r--r-- | sc/inc/global.hxx | 2 |
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 }; |