From ea73e43ac5696bea5b37ed010101168fd2cb60c1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 14 Jul 2014 09:47:47 +0200 Subject: loplugin:unreffun Change-Id: Iaee48db2736a7fd2855e3a0ad7a39ea7d21a2d3d --- sc/source/core/data/table3.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/source') 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& GetOrderIndices() const { return maOrderIndices; } -- cgit