summaryrefslogtreecommitdiffstats
path: root/chart2/source/model/template/DataInterpreter.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-09 09:22:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-10 06:28:22 +0000
commitb0229855057ed4d73e73ecd8c501a4564f2237ce (patch)
tree05a3e4eea3ea9584699063ed9b726d466f3a8839 /chart2/source/model/template/DataInterpreter.hxx
parentRelated tdf#100151: use disposeAndClear for mpShowWindow (sd) (diff)
downloadcore-b0229855057ed4d73e73ecd8c501a4564f2237ce.tar.gz
core-b0229855057ed4d73e73ecd8c501a4564f2237ce.zip
loplugin:unusedfields
Change-Id: I9611511cb3480734dea3c3cbaf0d659071366ad1 Reviewed-on: https://gerrit.libreoffice.org/32873 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/model/template/DataInterpreter.hxx')
-rw-r--r--chart2/source/model/template/DataInterpreter.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/chart2/source/model/template/DataInterpreter.hxx b/chart2/source/model/template/DataInterpreter.hxx
index 0a1900a1c208..15bd9589c3f2 100644
--- a/chart2/source/model/template/DataInterpreter.hxx
+++ b/chart2/source/model/template/DataInterpreter.hxx
@@ -32,7 +32,7 @@ class DataInterpreter : public ::cppu::WeakImplHelper<
css::lang::XServiceInfo >
{
public:
- explicit DataInterpreter( const css::uno::Reference< css::uno::XComponentContext > & xContext );
+ explicit DataInterpreter();
virtual ~DataInterpreter() override;
/// XServiceInfo declarations
@@ -77,9 +77,6 @@ protected:
virtual css::uno::Reference< css::chart2::data::XDataSource > SAL_CALL mergeInterpretedData(
const css::chart2::InterpretedData& aInterpretedData )
throw (css::uno::RuntimeException, std::exception) override;
-
- css::uno::Reference< css::uno::XComponentContext >
- m_xContext;
};
} // namespace chart