From 5bce32904091ffe28884fd5c0f4801ee82bad101 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 27 Aug 2014 16:57:21 +0200 Subject: SfxHint: convert home-grown RTTI to normal C++ RTTI Also note that I fixed a bug in SvxFontMenuControl::Notify where the if statement had the check the wrong way around. Change-Id: I611e8929c65818191e36bd80f2b985820ada4411 Reviewed-on: https://gerrit.libreoffice.org/11147 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- include/editeng/unoedhlp.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/editeng') diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx index c9900a808e5c..d9cb6d830468 100644 --- a/include/editeng/unoedhlp.hxx +++ b/include/editeng/unoedhlp.hxx @@ -45,7 +45,6 @@ private: sal_Int32 mnEnd; public: - TYPEINFO_OVERRIDE(); SvxEditSourceHint( sal_uLong nId ); SvxEditSourceHint( sal_uLong nId, sal_uLong nValue, sal_Int32 nStart=0, sal_Int32 nEnd=0 ); @@ -56,7 +55,6 @@ public: class SvxEditSourceHintEndPara :public SvxEditSourceHint { public: - TYPEINFO_OVERRIDE(); SvxEditSourceHintEndPara( sal_uInt32 nId ) :SvxEditSourceHint(nId) {} SvxEditSourceHintEndPara( sal_uInt32 nId, sal_uInt32 nValue, sal_uInt32 nStart=0, sal_uInt32 nEnd=0 ) -- cgit