summaryrefslogtreecommitdiffstats
path: root/include/editeng/rsiditem.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 09:57:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-29 10:51:31 +0100
commite73d13a11a00431d47322d18d44fdedbfe7f9f93 (patch)
tree17a5c55d1fdfa515b8583759f58f5f61af61e46e /include/editeng/rsiditem.hxx
parentRemove unused XMouseMotionListener from PresenterButton (diff)
downloadcore-e73d13a11a00431d47322d18d44fdedbfe7f9f93.tar.gz
core-e73d13a11a00431d47322d18d44fdedbfe7f9f93.zip
loplugin:finalclasses in editeng
Change-Id: Ie9da2c57fa9cd355dc5826cf5afd1c5b84cd22d7 Reviewed-on: https://gerrit.libreoffice.org/81648 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/rsiditem.hxx')
-rw-r--r--include/editeng/rsiditem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/rsiditem.hxx b/include/editeng/rsiditem.hxx
index eefa63837edc..482338f158f3 100644
--- a/include/editeng/rsiditem.hxx
+++ b/include/editeng/rsiditem.hxx
@@ -16,7 +16,7 @@
// SvxRsidItem
-class EDITENG_DLLPUBLIC SvxRsidItem : public SfxUInt32Item
+class EDITENG_DLLPUBLIC SvxRsidItem final : public SfxUInt32Item
{
public:
SvxRsidItem( sal_uInt32 nRsid, sal_uInt16 nId ) : SfxUInt32Item( nId, nRsid ) {}