summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-05 20:52:56 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-06 17:38:49 +0100
commit95909391a8b0232d10bef090f85c1b69352ad440 (patch)
tree5708459076b00db32ad75071772cfa6c17473b26 /sc/inc/dpglobal.hxx
parent11d358ef1f3df45448a1196b7ee9c489690341e9 (diff)
Migrate DEBUG to OSL_DEBUG_LEVEL
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 658c4a1ad072..387bf7760aff 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -143,7 +143,7 @@ public:
// case insensitive equality
static sal_Int32 Compare( const ScDPItemData& rA, const ScDPItemData& rB );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
void dump() const;
#endif