diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-07 22:13:07 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-01-07 23:02:15 -0500 |
commit | c2e88a32314012afb799e321ec1d658f99f71781 (patch) | |
tree | 901d035d1216b110e7d82d718ba46c4228306be9 /sc/inc | |
parent | d930cefbe65d8b7f21100fcbf2ddcd977dd15cb1 (diff) |
fdo#72774: Generate correct group items for the year group.
This changes bring it back to the same algorithm used in 3.5.
Change-Id: I16855cef1de133a1f886baa823d5b0d2b148e781
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dputil.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dputil.hxx b/sc/inc/dputil.hxx index e4ed831c2713..9568e9591ab4 100644 --- a/sc/inc/dputil.hxx +++ b/sc/inc/dputil.hxx @@ -45,7 +45,7 @@ public: SvNumberFormatter* pFormatter); static sal_Int32 getDatePartValue( - double fValue, const ScDPNumGroupInfo& rInfo, sal_Int32 nDatePart, + double fValue, const ScDPNumGroupInfo* pInfo, sal_Int32 nDatePart, SvNumberFormatter* pFormatter); static OUString getDisplayedMeasureName(const OUString& rName, ScSubTotalFunc eFunc); |