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/impfontcharmap.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/impfontcharmap.hxx')
-rw-r--r-- | vcl/inc/impfontcharmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/impfontcharmap.hxx b/vcl/inc/impfontcharmap.hxx index 287b663b4820..6ca04b9f3111 100644 --- a/vcl/inc/impfontcharmap.hxx +++ b/vcl/inc/impfontcharmap.hxx @@ -28,7 +28,7 @@ typedef tools::SvRef<ImplFontCharMap> ImplFontCharMapRef; class CmapResult; -class ImplFontCharMap : public SvRefBase +class ImplFontCharMap final : public SvRefBase { public: explicit ImplFontCharMap( const CmapResult& ); |