From 27d75c3986a257c121d6612413a4d1f59cd1425d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 1 Nov 2017 15:11:01 +0200 Subject: loplugin:finalclasses in framework Change-Id: Ic060a8ec60c1209511c376f31e2dc45a48973294 Reviewed-on: https://gerrit.libreoffice.org/44166 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- framework/inc/tabwin/tabwindow.hxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'framework/inc/tabwin') 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, -- cgit