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 /toolkit | |
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 'toolkit')
-rw-r--r-- | toolkit/inc/helper/scrollabledialog.hxx | 2 | ||||
-rw-r--r-- | toolkit/inc/helper/unowrapper.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/inc/helper/scrollabledialog.hxx b/toolkit/inc/helper/scrollabledialog.hxx index 14bc87ab027c..6dce324dbccb 100644 --- a/toolkit/inc/helper/scrollabledialog.hxx +++ b/toolkit/inc/helper/scrollabledialog.hxx @@ -26,7 +26,7 @@ namespace toolkit { - class ScrollableDialog : public Dialog + class ScrollableDialog final : public Dialog { public: enum ScrollBarVisibility { None, Vert, Hori, Both }; diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx index c095ef2f4f8b..cfb890584c61 100644 --- a/toolkit/inc/helper/unowrapper.hxx +++ b/toolkit/inc/helper/unowrapper.hxx @@ -32,7 +32,7 @@ -class UnoWrapper : public UnoWrapperBase +class UnoWrapper final : public UnoWrapperBase { private: css::uno::Reference< css::awt::XToolkit> mxToolkit; |