diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-24 15:13:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-25 12:25:34 +0200 |
commit | 5a0e9dd75e1c266714177d1178c0a035fcc193b9 (patch) | |
tree | 968719281508b3badaaaea4e285576c171b9292a /sfx2/source/inc/preview.hxx | |
parent | 28c3228cf81f4cd29ed5a26a944796197298d1ec (diff) |
loplugin:finalclasses in sfx2
Change-Id: I8125d5447e13a6dadfde9c19c8cab6004693589a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117789
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/source/inc/preview.hxx')
-rw-r--r-- | sfx2/source/inc/preview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/preview.hxx b/sfx2/source/inc/preview.hxx index b3065831982b..b1a5621ab8e3 100644 --- a/sfx2/source/inc/preview.hxx +++ b/sfx2/source/inc/preview.hxx @@ -24,7 +24,7 @@ class SfxObjectShell; class GDIMetaFile; -class SfxPreviewWin_Impl : public weld::CustomWidgetController +class SfxPreviewWin_Impl final : public weld::CustomWidgetController { private: virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle&) override; |