diff options
Diffstat (limited to 'include/editeng/orphitem.hxx')
-rw-r--r-- | include/editeng/orphitem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/orphitem.hxx b/include/editeng/orphitem.hxx index f0f10d48cdb9..d19788061937 100644 --- a/include/editeng/orphitem.hxx +++ b/include/editeng/orphitem.hxx @@ -35,7 +35,7 @@ class EDITENG_DLLPUBLIC SvxOrphansItem: public SfxByteItem { friend SvStream & WriteSvxOrphansItem( SvStream & aS, SvxOrphansItem & ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SvxOrphansItem( const sal_uInt8 nL /*= 0*/, const sal_uInt16 nId ); |