summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unofield.hxx
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-29 13:51:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-30 08:13:50 +0100
commit5346b2556348477dcec371913d5924c6badfa2c7 (patch)
treee6f84360df23c0b552cddc597b7be0700dce3b13 /sw/source/core/inc/unofield.hxx
parent8f69a05ad7404590f2e4a1ba8d4d69fe896523ce (diff)
loplugin:finalclasses in sw
Change-Id: Ib939c1f34ae79abfc077080d2c2561ee0ee4a4fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110156 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc/unofield.hxx')
-rw-r--r--sw/source/core/inc/unofield.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/inc/unofield.hxx b/sw/source/core/inc/unofield.hxx
index 47f9f0c4dbbb..67960cb74cac 100644
--- a/sw/source/core/inc/unofield.hxx
+++ b/sw/source/core/inc/unofield.hxx
@@ -43,7 +43,7 @@ typedef ::cppu::WeakImplHelper
, css::lang::XComponent
> SwXFieldMaster_Base;
-class SwXFieldMaster
+class SwXFieldMaster final
: public SwXFieldMaster_Base
{
@@ -120,7 +120,7 @@ typedef ::cppu::WeakImplHelper
, css::util::XUpdatable
> SwXTextField_Base;
-class SwXTextField
+class SwXTextField final
: public SwXTextField_Base
{
@@ -209,7 +209,7 @@ typedef ::cppu::WeakImplHelper
, css::lang::XServiceInfo
> SwXFieldEnumeration_Base;
-class SwXFieldEnumeration
+class SwXFieldEnumeration final
: public SwXFieldEnumeration_Base
{