From 4968b6484707cb40b70a3115084e19433d1fec7f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 17 Jun 2021 15:02:53 +0200 Subject: loplugin:finalclasses in sw Change-Id: I5f228e839e0d5a51ece868b55715b04f0affc28d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117397 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/fmtcnct.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/fmtcnct.hxx') diff --git a/sw/inc/fmtcnct.hxx b/sw/inc/fmtcnct.hxx index e34299748e55..56184ab96b34 100644 --- a/sw/inc/fmtcnct.hxx +++ b/sw/inc/fmtcnct.hxx @@ -28,7 +28,7 @@ class IntlWrapper; /// Connection (text flow) between two FlyFrames. -class SW_DLLPUBLIC SwFormatChain: public SfxPoolItem +class SW_DLLPUBLIC SwFormatChain final : public SfxPoolItem { SwClient m_aPrev, ///< Previous SwFlyFrameFormat (if existent). m_aNext; ///< Next SwFlyFrameFormat (if existent). -- cgit