summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-07-06 12:49:35 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-07-06 12:51:50 -0400
commitfad3a6bbddaf003d185d248d232e65b94939963b (patch)
tree015a08bdac5c92a3a20b3eba650b761a35feba6d /sc/inc/dpsdbtab.hxx
parentSync the 'ignore empty rows' and 'repeat if empty' flags as appropriate. (diff)
downloadcore-fad3a6bbddaf003d185d248d232e65b94939963b.tar.gz
core-fad3a6bbddaf003d185d248d232e65b94939963b.zip
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/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx
index a96b0115014b..3a852ef2d3e7 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -88,7 +88,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();
};