From e7db4c4fdc5d969f59ebee8a6b7848a9dc733c71 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 28 Feb 2011 21:27:41 -0500 Subject: 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. --- sc/inc/dpshttab.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sc/inc/dpshttab.hxx') diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 7cb899d8b168..601271e72e90 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -89,9 +89,7 @@ public: * returned. */ ULONG CheckSourceRange() const; - ScDPTableDataCache* GetCache(long nID) const; - ScDPTableDataCache* GetExistDPObjectCache() const; - long GetCacheId(long nID) const; + long GetCacheId() const; private: mutable ScRange maSourceRange; -- cgit