From e73d13a11a00431d47322d18d44fdedbfe7f9f93 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 29 Oct 2019 09:57:35 +0200 Subject: loplugin:finalclasses in editeng Change-Id: Ie9da2c57fa9cd355dc5826cf5afd1c5b84cd22d7 Reviewed-on: https://gerrit.libreoffice.org/81648 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/spltitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/spltitem.hxx') diff --git a/include/editeng/spltitem.hxx b/include/editeng/spltitem.hxx index 7770fcfe41b7..37c5e4ab610d 100644 --- a/include/editeng/spltitem.hxx +++ b/include/editeng/spltitem.hxx @@ -29,7 +29,7 @@ This item describes a logical variable "split paragraph yes or no". */ -class EDITENG_DLLPUBLIC SvxFormatSplitItem : public SfxBoolItem +class EDITENG_DLLPUBLIC SvxFormatSplitItem final : public SfxBoolItem { public: static SfxPoolItem* CreateDefault(); -- cgit