diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-17 15:02:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-18 09:12:57 +0200 |
commit | 4968b6484707cb40b70a3115084e19433d1fec7f (patch) | |
tree | 58c1926a62f4e7681076e1585e81b875b43cfb6b /sw/inc/fmtrowsplt.hxx | |
parent | a3d89265e0be3f9ee8ae813e4aeaa90af1714348 (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/fmtrowsplt.hxx')
-rw-r--r-- | sw/inc/fmtrowsplt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fmtrowsplt.hxx b/sw/inc/fmtrowsplt.hxx index f216aba8766b..c9aad4a80078 100644 --- a/sw/inc/fmtrowsplt.hxx +++ b/sw/inc/fmtrowsplt.hxx @@ -26,7 +26,7 @@ class IntlWrapper; -class SW_DLLPUBLIC SwFormatRowSplit : public SfxBoolItem +class SW_DLLPUBLIC SwFormatRowSplit final : public SfxBoolItem { public: SwFormatRowSplit( bool bSplit = true ) : SfxBoolItem( RES_ROW_SPLIT, bSplit ) {} |