summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabdat.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-05 11:17:19 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-05 11:19:52 -0400
commitfa2b7eff2d40b6455970b521306c5961e4e3cec4 (patch)
treeb6867782e1eef0e00d791ebd5f700e904567c9ea /sc/inc/dptabdat.hxx
parentSwLayHelper: when the page style name changes, we have a first page (diff)
downloadcore-fa2b7eff2d40b6455970b521306c5961e4e3cec4.tar.gz
core-fa2b7eff2d40b6455970b521306c5961e4e3cec4.zip
fdo#51266: Sync dimension members in several places upon refresh.
Or else the pivot table would generate erroneous results or crash after refresh. Change-Id: Ia14a6e3d25112e6ecd62d21928639f75e6a8ba7c
Diffstat (limited to 'sc/inc/dptabdat.hxx')
-rw-r--r--sc/inc/dptabdat.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index 1bbc4d6c70cc..f19a6ba7a0a4 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -154,6 +154,7 @@ public:
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > >& rData) = 0;
virtual void CalcResults(CalcInfo& rInfo, bool bAutoShow) = 0;
virtual const ScDPCacheTable& GetCacheTable() const = 0;
+ virtual void ClearCacheTable() = 0;
// overloaded in ScDPGroupTableData:
virtual sal_Bool IsBaseForGroup(long nDim) const;