From fa91dd31f39a24329d288d4e1cda28db3a16af0d Mon Sep 17 00:00:00 2001 From: Oliver Specht Date: Sat, 7 Nov 2015 14:43:19 +0100 Subject: 5th step to remove tools/rtti.hxx tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins Reviewed-by: Oliver Specht --- svx/inc/dragmt3d.hxx | 3 --- svx/inc/sxcikitm.hxx | 1 - svx/inc/sxmkitm.hxx | 1 - 3 files changed, 5 deletions(-) (limited to 'svx/inc') diff --git a/svx/inc/dragmt3d.hxx b/svx/inc/dragmt3d.hxx index f41257020d12..674a892e7796 100644 --- a/svx/inc/dragmt3d.hxx +++ b/svx/inc/dragmt3d.hxx @@ -63,7 +63,6 @@ protected: bool mbMovedAtAll; public: - TYPEINFO_OVERRIDE(); E3dDragMethod( SdrDragView &rView, const SdrMarkList& rMark, @@ -86,7 +85,6 @@ class E3dDragRotate : public E3dDragMethod basegfx::B3DPoint maGlobalCenter; public: - TYPEINFO_OVERRIDE(); E3dDragRotate( SdrDragView &rView, const SdrMarkList& rMark, @@ -104,7 +102,6 @@ class E3dDragMove : public E3dDragMethod Point maScaleFixPos; public: - TYPEINFO_OVERRIDE(); E3dDragMove( SdrDragView &rView, const SdrMarkList& rMark, diff --git a/svx/inc/sxcikitm.hxx b/svx/inc/sxcikitm.hxx index 2bbac7428575..ec221626b9cd 100644 --- a/svx/inc/sxcikitm.hxx +++ b/svx/inc/sxcikitm.hxx @@ -29,7 +29,6 @@ enum SdrCircKind {SDRCIRC_FULL, class SdrCircKindItem: public SfxEnumItem { public: - TYPEINFO_OVERRIDE(); SdrCircKindItem(SdrCircKind eKind=SDRCIRC_FULL): SfxEnumItem(SDRATTR_CIRCKIND,sal::static_int_cast< sal_uInt16 >(eKind)) {} SdrCircKindItem(SvStream& rIn) : SfxEnumItem(SDRATTR_CIRCKIND,rIn) {} virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override; diff --git a/svx/inc/sxmkitm.hxx b/svx/inc/sxmkitm.hxx index b892e0cb8ee5..718c860be857 100644 --- a/svx/inc/sxmkitm.hxx +++ b/svx/inc/sxmkitm.hxx @@ -29,7 +29,6 @@ enum SdrMeasureKind {SDRMEASURE_STD,SDRMEASURE_RADIUS}; // n.i. class SdrMeasureKindItem: public SfxEnumItem { public: - TYPEINFO_OVERRIDE(); SdrMeasureKindItem(SdrMeasureKind eKind=SDRMEASURE_STD): SfxEnumItem(SDRATTR_MEASUREKIND,sal::static_int_cast< sal_uInt16 >(eKind)) {} SdrMeasureKindItem(SvStream& rIn) : SfxEnumItem(SDRATTR_MEASUREKIND,rIn) {} virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override; -- cgit