diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2016-11-12 19:25:00 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2016-11-12 21:36:25 -0500 |
commit | 8ce6e2e8bc4c1d8e8963f7fb5cdc651b2445d4ea (patch) | |
tree | b20e3500dbaa940b654ccd44b06260e171b0762f /sc/inc | |
parent | b090a7c9a8e49fb3e4ca28ac5c5bd3fcc9800a8d (diff) |
Dump the state of the "save" data as well.
The "save" data is basically a section of the pivot table data that
needs to be saved to the file.
Change-Id: I2589c0fcd6df2458d35397b358064645fd97687f
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dpsave.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx index bb1e8acb7098..a264ce77b535 100644 --- a/sc/inc/dpsave.hxx +++ b/sc/inc/dpsave.hxx @@ -84,7 +84,7 @@ public: void WriteToSource( const css::uno::Reference<css::uno::XInterface>& xMember, sal_Int32 nPosition ); -#if DEBUG_PIVOT_TABLE +#if DUMP_PIVOT_TABLE void Dump(int nIndent = 0) const; #endif }; @@ -226,7 +226,7 @@ public: void RemoveObsoleteMembers(const MemberSetType& rMembers); -#if DEBUG_PIVOT_TABLE +#if DUMP_PIVOT_TABLE void Dump(int nIndent = 0) const; #endif }; @@ -363,7 +363,7 @@ public: */ SC_DLLPUBLIC bool HasInvisibleMember(const OUString& rDimName) const; -#if DEBUG_PIVOT_TABLE +#if DUMP_PIVOT_TABLE void Dump() const; #endif |