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/dpsdbtab.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/dpsdbtab.hxx')
-rw-r--r-- | sc/inc/dpsdbtab.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx index 9ab6693ae025..3029f2866ad0 100644 --- a/sc/inc/dpsdbtab.hxx +++ b/sc/inc/dpsdbtab.hxx @@ -61,7 +61,7 @@ struct ScImportSourceDesc bNative == rOther.bNative && mpDoc == rOther.mpDoc; } - ScDPTableDataCache* CreateCache() const; + ScDPCache* CreateCache() const; }; class ScDatabaseDPData : public ScDPTableData |