summaryrefslogtreecommitdiffstats
path: root/sc/inc/attarray.hxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-03-26 01:03:01 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-03-26 01:03:01 -0500
commitddbe570024e90beceed9aaa37d6b774c376b0b9f (patch)
treede4e392b943a01e04e1cac40eb64464dd7629ce9 /sc/inc/attarray.hxx
parentgnumake support for calc. (diff)
downloadcore-ddbe570024e90beceed9aaa37d6b774c376b0b9f.tar.gz
core-ddbe570024e90beceed9aaa37d6b774c376b0b9f.zip
fix debug build. use OSL_DEBUG_LEVEL instead of DBG_UTIL macro
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r--sc/inc/attarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx
index 6e6ee6d5a786..c85edc61e282 100644
--- a/sc/inc/attarray.hxx
+++ b/sc/inc/attarray.hxx
@@ -113,7 +113,7 @@ public:
void SetTab(SCTAB nNewTab) { nTab = nNewTab; }
void SetCol(SCCOL nNewCol) { nCol = nNewCol; }
-#ifdef DBG_UTIL
+#if OSL_DEBUG_LEVEL > 1
void TestData() const;
#endif
void Reset( const ScPatternAttr* pPattern, sal_Bool bAlloc = sal_True );