diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-04 10:23:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-04 10:29:24 +0100 |
commit | daa344f3e9683c16479ef5081fb03325af103c07 (patch) | |
tree | 9eaad4d46de6e6cbbbee9f2e0d911563cf5cd12d /sw/inc/ddefld.hxx | |
parent | fa7f07d23de31e5f1660a643d83ca8a2e565f69c (diff) |
loplugin:finalclasses in sw/inc
Change-Id: I084502d8c5607f103ef987b54252ef95341f0bef
Reviewed-on: https://gerrit.libreoffice.org/81981
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r-- | sw/inc/ddefld.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx index d0404f2bf05b..f1965acdfc95 100644 --- a/sw/inc/ddefld.hxx +++ b/sw/inc/ddefld.hxx @@ -48,7 +48,7 @@ namespace sw } // FieldType for DDE -class SW_DLLPUBLIC SwDDEFieldType : public SwFieldType +class SW_DLLPUBLIC SwDDEFieldType final : public SwFieldType { OUString const aName; OUString aExpansion; @@ -102,7 +102,7 @@ public: }; // DDE-field -class SwDDEField : public SwField +class SwDDEField final : public SwField { private: virtual OUString ExpandImpl(SwRootFrame const* pLayout) const override; |