diff options
author | Noel Grandin <noel@peralex.com> | 2016-09-22 16:34:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-09-22 18:57:43 +0000 |
commit | 7419057e3ec4365748fa6456e207f40fd9e09c62 (patch) | |
tree | c7ae11659b42539efb0f8c6eef68c1ee14c10dca /chart2 | |
parent | c4cd079b8f613084a99a83b95c3968b65cbd8900 (diff) |
loplugin:unusedmethods in chart2..svx
Change-Id: Ifb6045885049733415895f58cdd911256f48323c
Reviewed-on: https://gerrit.libreoffice.org/29187
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/controller/inc/ChartController.hxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/main/ChartController.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/ChartController.hxx b/chart2/source/controller/inc/ChartController.hxx index d6aaaac48bf5..336d86ae968e 100644 --- a/chart2/source/controller/inc/ChartController.hxx +++ b/chart2/source/controller/inc/ChartController.hxx @@ -394,7 +394,6 @@ private: virtual ~TheModel() override; - void SetOwnership( bool bGetsOwnership ); void addListener( ChartController* pController ); void removeListener( ChartController* pController ); void tryTermination(); diff --git a/chart2/source/controller/main/ChartController.cxx b/chart2/source/controller/main/ChartController.cxx index e15df2d40cd2..f537b6bc28b0 100644 --- a/chart2/source/controller/main/ChartController.cxx +++ b/chart2/source/controller/main/ChartController.cxx @@ -143,11 +143,6 @@ ChartController::TheModel::~TheModel() { } -void ChartController::TheModel::SetOwnership( bool bGetsOwnership ) -{ - m_bOwnership = bGetsOwnership; -} - void ChartController::TheModel::addListener( ChartController* pController ) { if(m_xCloseable.is()) |