summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-14 09:47:47 +0200
committerNoel Grandin <noel@peralex.com>2014-07-14 11:07:48 +0200
commitea73e43ac5696bea5b37ed010101168fd2cb60c1 (patch)
treeb0e15907da3a385f82dee1ac9d48c5b9cb7dc263 /sc/source
parentc14a3c1de2a093a8cfcb454a5d32c9810820cbd1 (diff)
loplugin:unreffun
Change-Id: Iaee48db2736a7fd2855e3a0ad7a39ea7d21a2d3d
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/data/table3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 64f0ef5f2874..6306f6ad2f4e 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -388,7 +388,6 @@ public:
SCCOLROW GetStart() const { return nStart; }
SCCOLROW GetLast() const { return mnLastIndex; }
- SCSIZE GetCount() const { return nCount; }
const std::vector<SCCOLROW>& GetOrderIndices() const { return maOrderIndices; }