diff options
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index b90c667b7387..5340b70d392b 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -60,9 +60,7 @@ public: sal_Int32 GetDatePart() const { return nDatePart; } const ScDPNumGroupInfo& GetNumInfo() const { return aNumInfo; } - void FillColumnEntries( - SCCOL nSourceDim, ScDPCache* pCahe , std::vector<SCROW>& rEntries, - const std::vector<SCROW>& rOriginal) const; + void FillColumnEntries(const ScDPCache* pCache, std::vector<SCROW>& rEntries) const; }; typedef ::std::vector<ScDPItemData> ScDPItemDataVec; @@ -143,8 +141,7 @@ public: const ScDPDateGroupHelper* GetDateHelper() const { return pDateHelper; } - const std::vector<SCROW>& GetNumEntries( - SCCOL nSourceDim, ScDPCache* pCache, const std::vector<SCROW>& rOriginal) const; + const std::vector<SCROW>& GetNumEntries(SCCOL nSourceDim, const ScDPCache* pCache) const; void MakeDateHelper( const ScDPNumGroupInfo& rInfo, long nDim, sal_Int32 nPart ); |