diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 09:57:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-10-29 10:51:31 +0100 |
commit | e73d13a11a00431d47322d18d44fdedbfe7f9f93 (patch) | |
tree | 17a5c55d1fdfa515b8583759f58f5f61af61e46e /include/editeng/wghtitem.hxx | |
parent | ca77ba6d9c28e82d6e63f9cd19794ce678accae2 (diff) |
loplugin:finalclasses in editeng
Change-Id: Ie9da2c57fa9cd355dc5826cf5afd1c5b84cd22d7
Reviewed-on: https://gerrit.libreoffice.org/81648
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/wghtitem.hxx')
-rw-r--r-- | include/editeng/wghtitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/wghtitem.hxx b/include/editeng/wghtitem.hxx index a718a3bfd387..4a7161294cc9 100644 --- a/include/editeng/wghtitem.hxx +++ b/include/editeng/wghtitem.hxx @@ -30,7 +30,7 @@ This item describes the font weight. */ -class EDITENG_DLLPUBLIC SvxWeightItem : public SfxEnumItem<FontWeight> +class EDITENG_DLLPUBLIC SvxWeightItem final : public SfxEnumItem<FontWeight> { public: static SfxPoolItem* CreateDefault(); |