summaryrefslogtreecommitdiff
path: root/sc/inc/tokenarray.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-07 15:09:48 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-07 15:09:48 +0200
commit2021275f8fc33d9917d5fef58959a95da1dc7e6f (patch)
treebd670b8f59df74ecfcf8b236a5d3c11d0c9023cc /sc/inc/tokenarray.hxx
parent9a531861ac586a49f0493d70e12015d6bb5d6aa6 (diff)
Revert "Check number of cells referenced by group instead of group size"
This reverts commit cc4dbc0c4613b169045341d1f02bc4c47a407fa0.
Diffstat (limited to 'sc/inc/tokenarray.hxx')
-rw-r--r--sc/inc/tokenarray.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index ab1e9419042b..5d6593d6f8f1 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -60,9 +60,6 @@ public:
virtual ~ScTokenArray();
ScTokenArray* Clone() const; /// True copy!
- // An estimate of the number of cells referenced by the token array
- sal_Int32 GetWeight() const;
-
void GenHash();
size_t GetHash() const { return mnHashValue;}