diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-01 00:24:37 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-01 00:24:37 -0500 |
commit | dddc5972da6c6d6c706e442845a47362d0f08dfa (patch) | |
tree | e5cfda5673b41d88eb4031a01956a37793a2233d /sc/inc/dpgroup.hxx | |
parent | f84427bfddd49efee446f73fb1b926d102ce9641 (diff) |
Renamed ScDPTableDataCache to simply ScDPCache.
There were so many classes with 'DPTable' in them it was confusing.
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index 82e82af3dd12..6a88b6386843 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -75,7 +75,7 @@ public: const ScDPNumGroupInfo& GetNumInfo() const { return aNumInfo; } void FillColumnEntries( - SCCOL nSourceDim, const ScDPTableDataCache* pCahe , std::vector<SCROW>& rEntries, + SCCOL nSourceDim, const ScDPCache* pCahe , std::vector<SCROW>& rEntries, const std::vector<SCROW>& rOriginal) const; }; @@ -166,7 +166,7 @@ public: const ScDPDateGroupHelper* GetDateHelper() const { return pDateHelper; } const std::vector<SCROW>& GetNumEntries( - SCCOL nSourceDim, const ScDPTableDataCache* pCache, + SCCOL nSourceDim, const ScDPCache* pCache, const std::vector< SCROW >& rOriginal) const; void MakeDateHelper( const ScDPNumGroupInfo& rInfo, sal_Int32 nPart ); |