From fad3a6bbddaf003d185d248d232e65b94939963b Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 6 Jul 2012 12:49:35 -0400 Subject: 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 --- sc/inc/dpgroup.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/dpgroup.hxx') 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; -- cgit