summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.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/PostItMgr.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/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 8a6330dcecb3..743e78503b47 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -85,7 +85,7 @@ struct FieldShadowState
}
};
-class SwNoteProps: public utl::ConfigItem
+class SwNoteProps final : public utl::ConfigItem
{
private:
bool m_bIsShowAnchor;
@@ -124,7 +124,7 @@ class SwNoteProps: public utl::ConfigItem
virtual void Notify( const css::uno::Sequence< OUString >& aPropertyNames ) override;
};
-class SAL_DLLPUBLIC_RTTI SwPostItMgr: public SfxListener
+class SAL_DLLPUBLIC_RTTI SwPostItMgr final : public SfxListener
{
private:
SwView* mpView;