diff options
Diffstat (limited to 'include/editeng/lineitem.hxx')
-rw-r--r-- | include/editeng/lineitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/lineitem.hxx b/include/editeng/lineitem.hxx index 4c3de568a9e3..ff06a26b58eb 100644 --- a/include/editeng/lineitem.hxx +++ b/include/editeng/lineitem.hxx @@ -36,7 +36,7 @@ namespace editeng { class SvxBorderLine; } -class EDITENG_DLLPUBLIC SvxLineItem : public SfxPoolItem +class EDITENG_DLLPUBLIC SvxLineItem final : public SfxPoolItem { public: static SfxPoolItem* CreateDefault(); |