diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-25 09:29:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-28 08:52:07 +0200 |
commit | 0171a9e2f0dc9dd2dc85b23871a8f32418b9edf2 (patch) | |
tree | fe86413b43a8f6280444a2fbd6b15c45515e2f88 /vcl/inc/managedmenubutton.hxx | |
parent | 5f9fb51ba84619c60f304afda76a013a8f3dc14c (diff) |
loplugin:finalclasses in vcl
Change-Id: I0bad93927248e5d8d19a69661a1b243e55791fd9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117889
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/managedmenubutton.hxx')
-rw-r--r-- | vcl/inc/managedmenubutton.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/managedmenubutton.hxx b/vcl/inc/managedmenubutton.hxx index d6e8f29321d8..cf9b0fd9e5f5 100644 --- a/vcl/inc/managedmenubutton.hxx +++ b/vcl/inc/managedmenubutton.hxx @@ -13,7 +13,7 @@ #include <com/sun/star/awt/XPopupMenu.hpp> #include <com/sun/star/frame/XPopupMenuController.hpp> -class ManagedMenuButton : public MenuButton +class ManagedMenuButton final : public MenuButton { public: ManagedMenuButton(vcl::Window* pParent, WinBits nStyle); |