summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 09:35:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 11:00:59 +0000
commitfde0892f2d77c19b2c281aece7d20244640aa147 (patch)
tree28e64d43427ccdf5fac20285a8ac9998bc9f0afe /chart2
parentc80a0fcdd9a4389616e92cfeafa9d932a784ee71 (diff)
loplugin:unusedmethods
Change-Id: I567c672a0606ac11c0f269fcf5cc3906684e23f9 Reviewed-on: https://gerrit.libreoffice.org/30950 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/model/template/DataInterpreter.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/chart2/source/model/template/DataInterpreter.hxx b/chart2/source/model/template/DataInterpreter.hxx
index 008144b54af8..0a1900a1c208 100644
--- a/chart2/source/model/template/DataInterpreter.hxx
+++ b/chart2/source/model/template/DataInterpreter.hxx
@@ -35,9 +35,6 @@ public:
explicit DataInterpreter( const css::uno::Reference< css::uno::XComponentContext > & xContext );
virtual ~DataInterpreter() override;
- const css::uno::Reference< css::uno::XComponentContext >&
- GetComponentContext() const { return m_xContext;}
-
/// XServiceInfo declarations
virtual OUString SAL_CALL getImplementationName()
throw( css::uno::RuntimeException, std::exception ) override;