From daa344f3e9683c16479ef5081fb03325af103c07 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Nov 2019 10:23:13 +0200 Subject: loplugin:finalclasses in sw/inc Change-Id: I084502d8c5607f103ef987b54252ef95341f0bef Reviewed-on: https://gerrit.libreoffice.org/81981 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/unotextbodyhf.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sw/inc/unotextbodyhf.hxx') diff --git a/sw/inc/unotextbodyhf.hxx b/sw/inc/unotextbodyhf.hxx index 439d434dade0..5b3c518e79b9 100644 --- a/sw/inc/unotextbodyhf.hxx +++ b/sw/inc/unotextbodyhf.hxx @@ -37,13 +37,11 @@ typedef ::cppu::WeakAggImplHelper2 , css::container::XEnumerationAccess > SwXBodyText_Base; -class SwXBodyText +class SwXBodyText final : public SwXBodyText_Base , public SwXText { -protected: - virtual ~SwXBodyText() override; public: -- cgit