summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.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/dpgroup.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/dpgroup.hxx')
-rw-r--r--sc/inc/dpgroup.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 4bf9972f7b29..5d48af06231e 100644
--- a/sc/inc/dpgroup.hxx
+++ b/sc/inc/dpgroup.hxx
@@ -182,6 +182,7 @@ public:
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > >& rData);
virtual void CalcResults(CalcInfo& rInfo, bool bAutoShow);
virtual const ScDPCacheTable& GetCacheTable() const;
+ virtual void ClearCacheTable();
virtual sal_Bool IsBaseForGroup(long nDim) const;
virtual long GetGroupBase(long nGroupDim) const;