diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-15 23:32:34 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-16 09:36:36 -0400 |
commit | efdb67ca924dc0072c6984a68c9b97db260464b6 (patch) | |
tree | 3fab9ea365ff75865aa4f313196661a62019a3e6 /sc/inc/dpcache.hxx | |
parent | 8ada1cd2846e5e60ad63250c68ddea3a9356546f (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.hxx | 2 |
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(); |