diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-15 22:11:04 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-02-15 22:12:24 -0500 |
commit | 7c936145f75812cf651ae57c7f364b0103d5f4db (patch) | |
tree | 28a76785644c05bdf40ef4e9d65f4072f2497c27 /sc/inc/dptabsrc.hxx | |
parent | b491b5e0c0599446e3853eb0e0021d20c36e88f8 (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/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 1aefebc69523..06ed2f0fc3b5 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -262,6 +262,10 @@ public: throw(::com::sun::star::uno::RuntimeException); virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(::com::sun::star::uno::RuntimeException); + +#if DEBUG_PIVOT_TABLE + void DumpResults() const; +#endif }; class ScDPDimensions : public cppu::WeakImplHelper2< |