summaryrefslogtreecommitdiff
path: root/sc/inc/dpcache.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-15 23:32:34 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-16 09:36:36 -0400
commitefdb67ca924dc0072c6984a68c9b97db260464b6 (patch)
tree3fab9ea365ff75865aa4f313196661a62019a3e6 /sc/inc/dpcache.hxx
parent8ada1cd2846e5e60ad63250c68ddea3a9356546f (diff)
We don't ever compare equality of two caches.
That'd be super-expensive anyway.
Diffstat (limited to 'sc/inc/dpcache.hxx')
-rw-r--r--sc/inc/dpcache.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx
index 1e26688890f1..bd2fa5a6174d 100644
--- a/sc/inc/dpcache.hxx
+++ b/sc/inc/dpcache.hxx
@@ -152,8 +152,6 @@ public:
const ScDPItemData* GetItemDataById( long nDim, SCROW nId ) const;
- bool operator== ( const ScDPCache& r ) const;
-
ScDPCache(ScDocument* pDoc);
~ScDPCache();