summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpitemdata.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-23 14:35:08 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-23 22:27:40 -0400
commit1097d2f3666a1841f87ac7c94b7011637599d5b3 (patch)
treed3971d10b0b83b1ffb28ce00c57df6200f3cb276 /sc/source/core/data/dpitemdata.cxx
parent16cfcce0c07f51e6342081cdaafc72277cf6d79c (diff)
Some misc changes & some dumping facility for pivot table for debugging.
Diffstat (limited to 'sc/source/core/data/dpitemdata.cxx')
-rw-r--r--sc/source/core/data/dpitemdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/dpitemdata.cxx b/sc/source/core/data/dpitemdata.cxx
index be4ef7e1f70a..c6fc2dd76431 100644
--- a/sc/source/core/data/dpitemdata.cxx
+++ b/sc/source/core/data/dpitemdata.cxx
@@ -294,7 +294,7 @@ sal_uInt8 ScDPItemData::GetCellType() const
return SC_VALTYPE_STRING;
}
-#if DEBUG_DP_ITEM_DATA
+#if DEBUG_PIVOT_TABLE
void ScDPItemData::Dump(const char* msg) const
{
printf("--- (%s)\n", msg);