diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 10:22:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 13:25:07 +0100 |
commit | 4e0a6e43f48ef2d39433bdd8af3b6fd1906e2940 (patch) | |
tree | 90678d0181541041511974489cb602cc682967ae /chart2/inc | |
parent | 3afc718eddcd81232392d46fccc24b8ec626c8df (diff) |
loplugin:finalclasses in basic..emfio
Change-Id: I1b0df1a6cb5b8db9db09cb1d55d932459ab16d81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86741
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/ChartModel.hxx | 2 | ||||
-rw-r--r-- | chart2/inc/ChartView.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/inc/ChartModel.hxx b/chart2/inc/ChartModel.hxx index 969e29435862..fe9cc2c7fe89 100644 --- a/chart2/inc/ChartModel.hxx +++ b/chart2/inc/ChartModel.hxx @@ -105,7 +105,7 @@ typedef cppu::WeakImplHelper< class UndoManager; class ChartView; -class OOO_DLLPUBLIC_CHARTTOOLS ChartModel : public impl::ChartModel_Base +class OOO_DLLPUBLIC_CHARTTOOLS ChartModel final : public impl::ChartModel_Base { private: diff --git a/chart2/inc/ChartView.hxx b/chart2/inc/ChartView.hxx index 7993743919fd..266ff6b6a8f9 100644 --- a/chart2/inc/ChartView.hxx +++ b/chart2/inc/ChartView.hxx @@ -78,7 +78,7 @@ struct TimeBasedInfo * The View is not responsible to handle single user events (that is instead * done by the ChartWindow). */ -class ChartView : public ::cppu::WeakImplHelper< +class ChartView final : public ::cppu::WeakImplHelper< css::lang::XInitialization ,css::lang::XServiceInfo ,css::datatransfer::XTransferable |