diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 10:12:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 15:27:00 +0100 |
commit | 47c0d10b02f6f89ef11f5eb6ce86efb5edb69f30 (patch) | |
tree | bbab4b1fd61b28b27ad31e6b6a326eea471256ca /framework/inc/helper/titlebarupdate.hxx | |
parent | af4f3bd896bb554b71972da5379a490b869f24bb (diff) |
loplugin:finalclasses in framework
Change-Id: I5405a123e887173fe4b90d66dab6225bf43883ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86740
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/helper/titlebarupdate.hxx')
-rw-r--r-- | framework/inc/helper/titlebarupdate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx index 88030f9cee88..c06d23976ed4 100644 --- a/framework/inc/helper/titlebarupdate.hxx +++ b/framework/inc/helper/titlebarupdate.hxx @@ -36,7 +36,7 @@ namespace framework{ @devstatus draft @threadsafe yes *//*-*************************************************************************************************************/ -class TitleBarUpdate : public ::cppu::WeakImplHelper< +class TitleBarUpdate final : public ::cppu::WeakImplHelper< css::lang::XInitialization , css::frame::XTitleChangeListener // => XEventListener , css::frame::XFrameActionListener > // => XEventListener |