summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-01 00:24:37 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-01 00:24:37 -0500
commitdddc5972da6c6d6c706e442845a47362d0f08dfa (patch)
treee5cfda5673b41d88eb4031a01956a37793a2233d /sc/inc/dpgroup.hxx
parentFinally get the refresh to work properly. (diff)
downloadcore-dddc5972da6c6d6c706e442845a47362d0f08dfa.tar.gz
core-dddc5972da6c6d6c706e442845a47362d0f08dfa.zip
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.hxx4
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 );