summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-22 22:03:55 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-22 22:21:40 -0400
commit7f68157264ec5c474b2a0827d2ee35af20ff0c3d (patch)
treed8b4b332a3c362f08732b2b718504ee7280ff519 /sc/inc/dpobject.hxx
parentMemcheck: Jump depends on unitialised variable (diff)
downloadcore-7f68157264ec5c474b2a0827d2ee35af20ff0c3d.tar.gz
core-7f68157264ec5c474b2a0827d2ee35af20ff0c3d.zip
When updating pivot table with groups, we need to clear the table data.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 917759d495bf..8c1ed99eb5ef 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -138,6 +138,7 @@ public:
void InvalidateData();
void ClearTableData();
void ReloadGroupTableData();
+ bool HasGroups() const;
void Output( const ScAddress& rPos );
ScRange GetNewOutputRange( bool& rOverflow );