From 6ef3027ff9a5ee48e9fe2b8817eeabe444d6ec05 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 22 Dec 2019 19:45:05 +0200 Subject: loplugin:finalclasses in UnoControls..writerperfect Change-Id: I751c9a45503326dfdaeb471967a688a95d4fa090 Reviewed-on: https://gerrit.libreoffice.org/85711 Tested-by: Jenkins Reviewed-by: Noel Grandin --- UnoControls/inc/multiplexer.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'UnoControls') diff --git a/UnoControls/inc/multiplexer.hxx b/UnoControls/inc/multiplexer.hxx index dda3013a3600..640435ad520e 100644 --- a/UnoControls/inc/multiplexer.hxx +++ b/UnoControls/inc/multiplexer.hxx @@ -39,7 +39,7 @@ namespace com::sun::star::awt { struct WindowEvent; } namespace unocontrols { -class OMRCListenerMultiplexerHelper : public css::awt::XFocusListener +class OMRCListenerMultiplexerHelper final : public css::awt::XFocusListener , public css::awt::XWindowListener , public css::awt::XKeyListener , public css::awt::XMouseListener @@ -198,9 +198,7 @@ public: virtual void SAL_CALL windowDeactivated( const css::lang::EventObject& aEvent ) override; -// protected methods - -protected: +private: /** @short Remove the listener from the peer. -- cgit