summaryrefslogtreecommitdiff
path: root/sc/inc/dpcachetable.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-01-12 14:09:32 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-01-12 21:56:34 -0500
commit33024ee9d07f4448b2ecdd6f27e0344072b2c0ea (patch)
tree8f01ed1c6633bf3eab297912cd6aa428b1b90c37 /sc/inc/dpcachetable.hxx
parent0f2a0fc99deb7b9233dbc39e74e0bfdaf9d6efeb (diff)
fdo#43077: Have cache instance keep track of who is referencing it.
With this change, ScDPCacheTable should never clear pointer to the data cache instance; it should keep the same data cache instance that it is instantiated with.
Diffstat (limited to 'sc/inc/dpcachetable.hxx')
-rw-r--r--sc/inc/dpcachetable.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx
index 62efc84b7e41..695586f42874 100644
--- a/sc/inc/dpcachetable.hxx
+++ b/sc/inc/dpcachetable.hxx
@@ -175,7 +175,6 @@ public:
SCROW getOrder(long nDim, SCROW nIndex) const;
void clear();
bool empty() const;
- void setCache(const ScDPCache* p);
bool hasCache() const;
private: