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/unoedhlp.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng/unoedhlp.hxx') diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx index fdb4f910ac4a..459df9db01c7 100644 --- a/include/editeng/unoedhlp.hxx +++ b/include/editeng/unoedhlp.hxx @@ -49,7 +49,7 @@ public: sal_Int32 GetStartValue() const { return mnStart;} sal_Int32 GetEndValue() const { return mnEnd;} }; -class SvxEditSourceHintEndPara :public SvxEditSourceHint +class SvxEditSourceHintEndPara final : public SvxEditSourceHint { public: SvxEditSourceHintEndPara() : SvxEditSourceHint(SfxHintId::EditSourceSelectionChanged) {} -- cgit