summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabdat.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-03-02 23:21:20 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:29 -0500
commitf63490ca0fb365b419e143ffc694463d45865c74 (patch)
tree8852995bc3a291749f45e22e0dc3021eec041c39 /sc/inc/dptabdat.hxx
parentCustom copy constructor and assignment operator to fix segfault. (diff)
downloadcore-f63490ca0fb365b419e143ffc694463d45865c74.tar.gz
core-f63490ca0fb365b419e143ffc694463d45865c74.zip
At least pass all unit tests.
Diffstat (limited to 'sc/inc/dptabdat.hxx')
-rw-r--r--sc/inc/dptabdat.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index e64f3fc8d0f8..8cd3c474b920 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -128,6 +128,8 @@ public:
ScDPTableData(ScDocument* pDoc);
virtual ~ScDPTableData();
+ rtl::OUString GetFormattedString(long nDim, const ScDPItemData& rItem) const;
+
long GetDatePart( long nDateVal, long nHierarchy, long nLevel );
//! use (new) typed collection instead of ScStrCollection