summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-07 15:09:48 +0200
committerJan Holesovsky <kendy@collabora.com>2015-01-07 14:15:11 +0100
commitb269af6c8995e4afff42d2118371ccfd3812963e (patch)
tree4eda2d55b21015eaeb5272cf6f5bf85a247dd2ec /sc/inc
parenta2c062d2cf102cffdb22f456faed172e5112fb24 (diff)
Revert "Check number of cells referenced by group instead of group size"
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulacell.hxx4
-rw-r--r--sc/inc/tokenarray.hxx3
2 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 746ca5505c32..86b8045ee1d6 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -410,10 +410,6 @@ public:
bool IsSharedTop() const;
SCROW GetSharedTopRow() const;
SCROW GetSharedLength() const;
-
- // An estimate of the number of cells referenced by the formula
- sal_Int32 GetWeight() const;
-
ScTokenArray* GetSharedCode();
const ScTokenArray* GetSharedCode() const;
diff --git a/sc/inc/tokenarray.hxx b/sc/inc/tokenarray.hxx
index ad61ef3cdc87..07f344b5bfce 100644
--- a/sc/inc/tokenarray.hxx
+++ b/sc/inc/tokenarray.hxx
@@ -59,9 +59,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;}