diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-07 14:56:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-10 07:44:37 +0100 |
commit | 37a4a250662cbfb394f02ad29edca53d898a05d7 (patch) | |
tree | 98d5a804d5e4e9c3d8b38cc996c928f3cbcc545b /chart2/source/tools | |
parent | 20dbb652d8bff996ac417f1c2c0894277c52497c (diff) |
loplugin:finalclasses in chart2
Change-Id: I35afa226beb6fe4319313125c323d9f059837357
Reviewed-on: https://gerrit.libreoffice.org/44534
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'chart2/source/tools')
-rw-r--r-- | chart2/source/tools/RegressionEquation.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chart2/source/tools/RegressionEquation.hxx b/chart2/source/tools/RegressionEquation.hxx index 484323b6a9c7..5f2a1113ca98 100644 --- a/chart2/source/tools/RegressionEquation.hxx +++ b/chart2/source/tools/RegressionEquation.hxx @@ -47,7 +47,7 @@ typedef ::cppu::WeakImplHelper< RegressionEquation_Base; } -class RegressionEquation : +class RegressionEquation final : public MutexContainer, public impl::RegressionEquation_Base, public ::property::OPropertySet @@ -69,7 +69,7 @@ public: /// merge XInterface implementations DECLARE_XINTERFACE() -protected: +private: explicit RegressionEquation( const RegressionEquation & rOther ); // ____ OPropertySet ____ @@ -112,7 +112,6 @@ protected: void fireModifyEvent(); -private: css::uno::Sequence< css::uno::Reference< css::chart2::XFormattedString > > m_aStrings; css::uno::Reference< css::util::XModifyListener > m_xModifyEventForwarder; |