summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/namebuff.cxx
diff options
context:
space:
mode:
authorJacek Wolszczak <shutdownrunner@gmail.com>2011-05-21 18:05:48 +0200
committerDavid Tardon <dtardon@redhat.com>2011-05-27 06:03:38 +0200
commit15a1ac94cdbe94c49e77d9420605df9803713fa0 (patch)
tree2a4fd9aea53f573e20cf6c3271abcea9230a9953 /sc/source/filter/excel/namebuff.cxx
parent2fdfcbfad3a6d4e85a2ffa1206d1dd06dc9699a5 (diff)
Follow-up of DBG_* removal
Diffstat (limited to 'sc/source/filter/excel/namebuff.cxx')
-rw-r--r--sc/source/filter/excel/namebuff.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/excel/namebuff.cxx b/sc/source/filter/excel/namebuff.cxx
index 802eaf8d9066..3f128973ccc7 100644
--- a/sc/source/filter/excel/namebuff.cxx
+++ b/sc/source/filter/excel/namebuff.cxx
@@ -86,7 +86,7 @@ void NameBuffer::operator <<( const String &rNewString )
}
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
sal_uInt16 nShrCnt;
#endif
@@ -102,7 +102,7 @@ ShrfmlaBuffer::ShrfmlaBuffer( RootData* pRD ) :
ExcRoot( pRD ),
mnCurrIdx (nBase)
{
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 0
nShrCnt = 0;
#endif
}