From 33024ee9d07f4448b2ecdd6f27e0344072b2c0ea Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 12 Jan 2012 14:09:32 -0500 Subject: 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. --- sc/inc/dpcachetable.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/dpcachetable.hxx') 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: -- cgit