diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-02-28 21:27:41 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-02-28 21:27:41 -0500 |
commit | e7db4c4fdc5d969f59ebee8a6b7848a9dc733c71 (patch) | |
tree | ccc3c0f443b143e74a3f1bec1c0e9d61efc28707 /sc/inc/dpshttab.hxx | |
parent | 3b7bd5c1dd1031a79e82a0333b11bf70bb94102e (diff) |
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/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
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; |