diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-06 12:49:35 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-07-06 12:51:50 -0400 |
commit | fad3a6bbddaf003d185d248d232e65b94939963b (patch) | |
tree | 015a08bdac5c92a3a20b3eba650b761a35feba6d /sc/inc/dpgroup.hxx | |
parent | 89bec37621dd45847d47aef8b3f807eb476ea0af (diff) |
Properly rehash row visibility when the layout dialog is dismissed.
Without this, changing the settings 'ignore empty rows' and 'identify
categories' in the dialog and pressing OK wouldn't work as expected.
Change-Id: Ib1f3bad5b6c3ddef08cd56d40abfe60da979d14f
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index 5d48af06231e..afa3933efe48 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -182,7 +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 void ReloadCacheTable(); virtual sal_Bool IsBaseForGroup(long nDim) const; virtual long GetGroupBase(long nGroupDim) const; |