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/NotebookbarPopup.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/NotebookbarPopup.hxx')
-rw-r--r-- | vcl/inc/NotebookbarPopup.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/NotebookbarPopup.hxx b/vcl/inc/NotebookbarPopup.hxx index 8d5a00cdd226..424a96ca4426 100644 --- a/vcl/inc/NotebookbarPopup.hxx +++ b/vcl/inc/NotebookbarPopup.hxx @@ -28,7 +28,7 @@ * and after close moved to the original parent */ -class NotebookbarPopup : public FloatingWindow +class NotebookbarPopup final : public FloatingWindow { private: VclPtr<VclHBox> m_pBox; |