summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpitemdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 12:37:30 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 12:37:30 -0500
commit1bb7875f275d95a0a764df5d8d6954b7e8841152 (patch)
treeb19762ed18ad8aa5e668917ea8991e9d42a2a228 /sc/inc/dpitemdata.hxx
parentApparently nobody uses Hash() anymore. (diff)
downloadcore-1bb7875f275d95a0a764df5d8d6954b7e8841152.tar.gz
core-1bb7875f275d95a0a764df5d8d6954b7e8841152.zip
Correct equality check & disable Dump() for normal build.
Diffstat (limited to 'sc/inc/dpitemdata.hxx')
-rw-r--r--sc/inc/dpitemdata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index 4aac20ca7605..3e09d8952767 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -40,7 +40,7 @@
#include <boost/unordered_map.hpp>
-#define DEBUG_DP_ITEM_DATA 1
+#define DEBUG_DP_ITEM_DATA 0
class ScDocument;