summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpnumgroupinfo.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2016-11-12 18:58:17 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2016-11-12 21:36:25 -0500
commite8ccf9a2e37ea69fd92974125f824c70af4ef304 (patch)
tree35ed8f0bd5568a1193c78a1972a7b1270d71155a /sc/source/core/data/dpnumgroupinfo.cxx
parent73e21792efb36209b6ca8c14377e40756f9173b0 (diff)
Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.
It dumps the pivot data if the cursor is over a pivot table output, else it dumps the column storage info. Change-Id: I403e381be3f64d139f8bfaca7e477742a65dde9c
Diffstat (limited to 'sc/source/core/data/dpnumgroupinfo.cxx')
-rw-r--r--sc/source/core/data/dpnumgroupinfo.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/core/data/dpnumgroupinfo.cxx b/sc/source/core/data/dpnumgroupinfo.cxx
index be496da51298..37aa36d6091d 100644
--- a/sc/source/core/data/dpnumgroupinfo.cxx
+++ b/sc/source/core/data/dpnumgroupinfo.cxx
@@ -26,9 +26,7 @@ ScDPNumGroupInfo::ScDPNumGroupInfo(const ScDPNumGroupInfo& r) :
mfStart(r.mfStart),
mfEnd(r.mfEnd), mfStep(r.mfStep) {}
-#if DEBUG_PIVOT_TABLE
-using std::cout;
-using std::endl;
+#if DUMP_PIVOT_TABLE
void ScDPNumGroupInfo::Dump() const
{