summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-10-31 21:34:59 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-10-31 22:12:45 -0400
commit8617c5a251ce725aa7c6743be28abd3db116255f (patch)
tree2e5b37141eb137692a29c04565fe2201f10a257d /sc/inc
parent6c2c355375950e84fd9b8cd0a2d4717ef21ea2e6 (diff)
The cache inside ScDPCacheTable (I should rename this) is never NULL.
There is no point of having hasCache() method which always returns true. Change-Id: I309d3c33899cdab2049af5199ae8d41f7cbd5f99
Diffstat (limited to 'sc/inc')
-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 6f4d1516c7d1..0358e58db428 100644
--- a/sc/inc/dpcachetable.hxx
+++ b/sc/inc/dpcachetable.hxx
@@ -152,7 +152,6 @@ public:
SCROW getOrder(long nDim, SCROW nIndex) const;
void clear();
bool empty() const;
- bool hasCache() const;
#if DEBUG_PIVOT_TABLE
void dumpRowFlag(const RowFlagType& rFlag) const;