summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpsdbtab.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/dpsdbtab.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/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx2
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