diff options
Diffstat (limited to 'include/editeng/opaqitem.hxx')
-rw-r--r-- | include/editeng/opaqitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/opaqitem.hxx b/include/editeng/opaqitem.hxx index 268901ad956a..62918296bbae 100644 --- a/include/editeng/opaqitem.hxx +++ b/include/editeng/opaqitem.hxx @@ -30,7 +30,7 @@ This item describes a logical variable "Opaque yes or no." */ -class EDITENG_DLLPUBLIC SvxOpaqueItem : public SfxBoolItem +class EDITENG_DLLPUBLIC SvxOpaqueItem final : public SfxBoolItem { public: explicit SvxOpaqueItem( const sal_uInt16 nId , const bool bOpa = true ); |