summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-28 21:27:41 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-28 21:27:41 -0500
commite7db4c4fdc5d969f59ebee8a6b7848a9dc733c71 (patch)
treeccc3c0f443b143e74a3f1bec1c0e9d61efc28707 /sc/inc/dpsdbtab.hxx
parentRemove cache ID storage from ScDPSaveData. (diff)
downloadcore-e7db4c4fdc5d969f59ebee8a6b7848a9dc733c71.tar.gz
core-e7db4c4fdc5d969f59ebee8a6b7848a9dc733c71.zip
Data cache is now stored in the cashe table object for now.
With this commit, data caches are no longer stored outside the cache table and managed by their ID's. Each cache table stores and manages its own data "cache", but then calling it a cache is a mis-nomer.
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r--sc/inc/dpsdbtab.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx
index ac49e4a642c6..a35b9ce9c3d2 100644
--- a/sc/inc/dpsdbtab.hxx
+++ b/sc/inc/dpsdbtab.hxx
@@ -59,10 +59,7 @@ struct ScImportSourceDesc
nType == rOther.nType &&
bNative == rOther.bNative; }
- ScDPTableDataCache* GetExistDPObjectCache( ScDocument* pDoc ) const;
ScDPTableDataCache* CreateCache( ScDocument* pDoc , long nID ) const;
- ScDPTableDataCache* GetCache( ScDocument* pDoc, long nID ) const;
- long GetCacheId( ScDocument* pDoc, long nID ) const;
};
class ScDatabaseDPData : public ScDPTableData