summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-06-17 15:02:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-06-18 09:12:57 +0200
commit4968b6484707cb40b70a3115084e19433d1fec7f (patch)
tree58c1926a62f4e7681076e1585e81b875b43cfb6b /sw/inc/frmfmt.hxx
parenta3d89265e0be3f9ee8ae813e4aeaa90af1714348 (diff)
loplugin:finalclasses in sw
Change-Id: I5f228e839e0d5a51ece868b55715b04f0affc28d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117397 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 316db344a2b8..71f9a59e312c 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -349,7 +349,7 @@ namespace sw
};
}
-class SW_DLLPUBLIC SwDrawFrameFormat: public SwFrameFormat
+class SW_DLLPUBLIC SwDrawFrameFormat final : public SwFrameFormat
{
friend class SwDoc;
@@ -365,7 +365,6 @@ class SW_DLLPUBLIC SwDrawFrameFormat: public SwFrameFormat
bool mbPosAttrSet;
-protected:
SwDrawFrameFormat( SwAttrPool& rPool, const OUString &rFormatNm,
SwFrameFormat *pDrvdFrame )
: SwFrameFormat( rPool, rFormatNm, pDrvdFrame, RES_DRAWFRMFMT ),