summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabdat.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-03-05 23:18:36 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:31 -0500
commitc2f8b7a17e71f9379db7d44e763ad831cfd27825 (patch)
tree487630d0ad34882e47cb67e5e4d004562442b92c /sc/inc/dptabdat.hxx
parentMake sure to clear group field data when reloading the cache. (diff)
downloadcore-c2f8b7a17e71f9379db7d44e763ad831cfd27825.tar.gz
core-c2f8b7a17e71f9379db7d44e763ad831cfd27825.zip
More on correctly formatting grouped values.
Diffstat (limited to 'sc/inc/dptabdat.hxx')
-rw-r--r--sc/inc/dptabdat.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index 8cd3c474b920..369881fe087b 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -128,6 +128,7 @@ public:
ScDPTableData(ScDocument* pDoc);
virtual ~ScDPTableData();
+ rtl::OUString GetFormattedString(const ScDPItemData& rItem) const;
rtl::OUString GetFormattedString(long nDim, const ScDPItemData& rItem) const;
long GetDatePart( long nDateVal, long nHierarchy, long nLevel );