summaryrefslogtreecommitdiff
path: root/include/editeng/rsiditem.hxx
diff options
context:
space:
mode:
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 ) {}