diff options
Diffstat (limited to 'include/editeng/writingmodeitem.hxx')
-rw-r--r-- | include/editeng/writingmodeitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/writingmodeitem.hxx b/include/editeng/writingmodeitem.hxx index e7e670c4543e..cab2cea86ea4 100644 --- a/include/editeng/writingmodeitem.hxx +++ b/include/editeng/writingmodeitem.hxx @@ -25,7 +25,7 @@ // class SvxWritingModeItem ---------------------------------------------- -class EDITENG_DLLPUBLIC SvxWritingModeItem : public SfxUInt16Item +class EDITENG_DLLPUBLIC SvxWritingModeItem final : public SfxUInt16Item { public: SvxWritingModeItem( css::text::WritingMode eValue /*= css::text::WritingMode_LR_TB*/, |