diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-27 18:53:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-27 20:52:52 +0100 |
commit | 49e37a1c3d192c9c5d03972c25f802aeb01c668e (patch) | |
tree | c82a7155825625b4a473f494937736b71bc63701 /vcl/inc/helpwin.hxx | |
parent | dcb31718a238f115f703f1088ba5220e620dec1c (diff) |
loplugin:finalclasses in vcl
Change-Id: If22569a1b7d53fc1b5b87f7ec7d262ebb260e798
Reviewed-on: https://gerrit.libreoffice.org/83933
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/helpwin.hxx')
-rw-r--r-- | vcl/inc/helpwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx index 5d2e19e80654..569456d02ae0 100644 --- a/vcl/inc/helpwin.hxx +++ b/vcl/inc/helpwin.hxx @@ -25,7 +25,7 @@ enum class QuickHelpFlags; -class HelpTextWindow : public FloatingWindow +class HelpTextWindow final : public FloatingWindow { private: tools::Rectangle maHelpArea; // If next Help for the same rectangle w/ same text, then keep window |