diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 19:45:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 20:30:38 +0100 |
commit | 6ef3027ff9a5ee48e9fe2b8817eeabe444d6ec05 (patch) | |
tree | 4760bfecca78c23d497228e0a6a4ebbbe13994d1 /UnoControls | |
parent | 16e6c3908aec61e0907639557c0329c1aed905f1 (diff) |
loplugin:finalclasses in UnoControls..writerperfect
Change-Id: I751c9a45503326dfdaeb471967a688a95d4fa090
Reviewed-on: https://gerrit.libreoffice.org/85711
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls')
-rw-r--r-- | UnoControls/inc/multiplexer.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
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. |