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 78c3f8e6852d..f87ffdea4cff 100644 --- a/include/editeng/writingmodeitem.hxx +++ b/include/editeng/writingmodeitem.hxx @@ -28,7 +28,7 @@ class EDITENG_DLLPUBLIC SvxWritingModeItem : public SfxUInt16Item { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SvxWritingModeItem( ::com::sun::star::text::WritingMode eValue /*= com::sun::star::text::WritingMode_LR_TB*/, sal_uInt16 nWhich /*= SDRATTR_TEXTDIRECTION*/ ); |