summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-15 22:11:04 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-15 22:12:24 -0500
commit7c936145f75812cf651ae57c7f364b0103d5f4db (patch)
tree28a76785644c05bdf40ef4e9d65f4072f2497c27 /sc/source/ui
parentb491b5e0c0599446e3853eb0e0021d20c36e88f8 (diff)
Add a quick way to dump the content of pivot table result tree.
This is to be used for debugging. Change-Id: Ie5a5ebd66a701937ab806e2370ded85ba557de5b
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/dbgui/fieldwnd.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/fieldwnd.cxx b/sc/source/ui/dbgui/fieldwnd.cxx
index dce0015bfda7..46579d2c54b6 100644
--- a/sc/source/ui/dbgui/fieldwnd.cxx
+++ b/sc/source/ui/dbgui/fieldwnd.cxx
@@ -62,7 +62,6 @@ const size_t PIVOTFIELD_INVALID = static_cast< size_t >(-1);
const size_t INVALID_INDEX = static_cast<size_t>(-1);
#if DEBUG_PIVOT_TABLE
-#include <iostream>
using std::cout;
using std::endl;
#endif