diff options
Diffstat (limited to 'include/editeng/justifyitem.hxx')
-rw-r--r-- | include/editeng/justifyitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/justifyitem.hxx b/include/editeng/justifyitem.hxx index 15271a7a355d..9da2bb48d8dd 100644 --- a/include/editeng/justifyitem.hxx +++ b/include/editeng/justifyitem.hxx @@ -28,7 +28,7 @@ class EDITENG_DLLPUBLIC SvxHorJustifyItem: public SfxEnumItem { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); explicit SvxHorJustifyItem( const sal_uInt16 nId ); @@ -61,7 +61,7 @@ public: class EDITENG_DLLPUBLIC SvxVerJustifyItem: public SfxEnumItem { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); explicit SvxVerJustifyItem( const sal_uInt16 nId ); |