summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-04-20 13:39:38 +0200
committerTomaž Vajngerl <quikee@gmail.com>2018-04-21 04:12:04 +0200
commit94acabe8d0cb555e76635c4bceeb48a14bd16a2b (patch)
tree5342dac802e5ae009c12734bb2d23e482a6166f1 /sc
parent9374352f242d2dcfd39a3a6f0504efbaf1abb2dc (diff)
loplugin:unusedmethods
Change-Id: I9dc6e81149eae3ba2284fa7fe608dd9252503dce Reviewed-on: https://gerrit.libreoffice.org/53197 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/chartlis.hxx2
-rw-r--r--sc/source/core/tool/chartlis.cxx7
2 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index 38642699f3dd..e4562cd56ee1 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -104,8 +104,6 @@ public:
void UpdateChartIntersecting( const ScRange& rRange );
- void UpdateSeriesRanges();
-
ExternalRefListener* GetExtRefListener();
void SetUpdateQueue();
diff --git a/sc/source/core/tool/chartlis.cxx b/sc/source/core/tool/chartlis.cxx
index 8ed6bfcabed7..3b2383a30d86 100644
--- a/sc/source/core/tool/chartlis.cxx
+++ b/sc/source/core/tool/chartlis.cxx
@@ -331,13 +331,6 @@ void ScChartListener::UpdateChartIntersecting( const ScRange& rRange )
}
}
-void ScChartListener::UpdateSeriesRanges()
-{
- ScRangeListRef pRangeList(new ScRangeList);
- ScRefTokenHelper::getRangeListFromTokens(*pRangeList, *mpTokens, ScAddress());
- mpDoc->SetChartRangeList(GetName(), pRangeList);
-}
-
ScChartListener::ExternalRefListener* ScChartListener::GetExtRefListener()
{
if (!mpExtRefListener.get())