diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-23 21:33:47 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-23 22:27:41 -0400 |
commit | 09bc4a1ed1f9b4a4661f16a8af5b2a58e30b9c8b (patch) | |
tree | fb611deb3b3774587cdced33ec68890a721e4b2a /sc/inc/dpcache.hxx | |
parent | 32d3e6b2ecd379e348d298777f8ae74cbc07a061 (diff) |
(Hopefully) fixed the table reload bug coming from the pivot layout dialog.
Diffstat (limited to 'sc/inc/dpcache.hxx')
-rw-r--r-- | sc/inc/dpcache.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx index 94ce3a22f483..3e23f47008c3 100644 --- a/sc/inc/dpcache.hxx +++ b/sc/inc/dpcache.hxx @@ -136,6 +136,7 @@ public: SCROW SetGroupItem(long nDim, const ScDPItemData& rData); void GetGroupDimMemberIds(long nDim, std::vector<SCROW>& rIds) const; void ClearGroupFields(); + const ScDPNumGroupInfo* GetNumGroupInfo(long nDim) const; SCCOL GetDimensionIndex(const rtl::OUString& sName) const; sal_uLong GetNumberFormat( long nDim ) const; |