summaryrefslogtreecommitdiff
path: root/sw/inc/flddat.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-11-04 10:23:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-11-04 10:29:24 +0100
commitdaa344f3e9683c16479ef5081fb03325af103c07 (patch)
tree9eaad4d46de6e6cbbbee9f2e0d911563cf5cd12d /sw/inc/flddat.hxx
parentfa7f07d23de31e5f1660a643d83ca8a2e565f69c (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/flddat.hxx')
-rw-r--r--sw/inc/flddat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/flddat.hxx b/sw/inc/flddat.hxx
index a09555657fb1..66f13c98bf51 100644
--- a/sw/inc/flddat.hxx
+++ b/sw/inc/flddat.hxx
@@ -34,7 +34,7 @@ enum SwDateSubFormat
DATE_VAR
};
-class SAL_DLLPUBLIC_RTTI SwDateTimeFieldType : public SwValueFieldType
+class SAL_DLLPUBLIC_RTTI SwDateTimeFieldType final : public SwValueFieldType
{
public:
SwDateTimeFieldType(SwDoc* pDoc);
@@ -42,7 +42,7 @@ public:
virtual std::unique_ptr<SwFieldType> Copy() const override;
};
-class SW_DLLPUBLIC SwDateTimeField : public SwValueField
+class SW_DLLPUBLIC SwDateTimeField final : public SwValueField
{
sal_uInt16 m_nSubType;
long m_nOffset; // Offset in minutes.