diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-01 15:11:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-02 07:41:11 +0100 |
commit | 27d75c3986a257c121d6612413a4d1f59cd1425d (patch) | |
tree | 4433653012f213d2f4a6ec178bac6e1e3df0e0bb /framework/inc/tabwin | |
parent | 270596b0e98ee32f1d4224751a8be51a4af9ac91 (diff) |
loplugin:finalclasses in framework
Change-Id: Ic060a8ec60c1209511c376f31e2dc45a48973294
Reviewed-on: https://gerrit.libreoffice.org/44166
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/tabwin')
-rw-r--r-- | framework/inc/tabwin/tabwindow.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/inc/tabwin/tabwindow.hxx b/framework/inc/tabwin/tabwindow.hxx index 481106b42332..8589de71dbfb 100644 --- a/framework/inc/tabwin/tabwindow.hxx +++ b/framework/inc/tabwin/tabwindow.hxx @@ -47,7 +47,7 @@ namespace framework { -class TabWindow : public css::lang::XTypeProvider , +class TabWindow final : public css::lang::XTypeProvider , public css::lang::XServiceInfo , public css::lang::XInitialization , public css::lang::XComponent , @@ -107,12 +107,10 @@ class TabWindow : public css::lang::XTypeProvider , virtual void SAL_CALL windowShown( const css::lang::EventObject& aEvent ) override; virtual void SAL_CALL windowHidden( const css::lang::EventObject& aEvent ) override; - protected: + private: DECL_LINK( Activate, TabControl*, void ); DECL_LINK( Deactivate, TabControl*, bool ); - private: - // OPropertySetHelper virtual sal_Bool SAL_CALL convertFastPropertyValue( css::uno::Any& aConvertedValue , @@ -128,7 +126,6 @@ class TabWindow : public css::lang::XTypeProvider , static const css::uno::Sequence< css::beans::Property > impl_getStaticPropertyDescriptor(); - private: enum Notification { NOTIFY_INSERTED, |