From 8bd2333e3636bc1e196fb7fccd73a0dc8518fa76 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 25 Jun 2015 15:03:31 +0200 Subject: remove custom RTTI from SdrObjPlusData not used anywhere Change-Id: I72e8f1862dd9075c548d178f93cd72fa32a56809 --- svx/source/inc/svdobjplusdata.hxx | 2 -- svx/source/svdraw/svdobjplusdata.cxx | 2 -- 2 files changed, 4 deletions(-) (limited to 'svx') diff --git a/svx/source/inc/svdobjplusdata.hxx b/svx/source/inc/svdobjplusdata.hxx index 7920df322a52..8f7c1a7cf99e 100644 --- a/svx/source/inc/svdobjplusdata.hxx +++ b/svx/source/inc/svdobjplusdata.hxx @@ -10,7 +10,6 @@ #ifndef INCLUDED_SVX_SVDOBJPLUSDATA_HXX #define INCLUDED_SVX_SVDOBJPLUSDATA_HXX -#include #include class SdrObject; @@ -34,7 +33,6 @@ class SdrObjPlusData OUString aObjDescription; public: - TYPEINFO(); SdrObjPlusData(); virtual ~SdrObjPlusData(); SdrObjPlusData* Clone(SdrObject* pObj1) const; diff --git a/svx/source/svdraw/svdobjplusdata.cxx b/svx/source/svdraw/svdobjplusdata.cxx index cc8fd35ba039..e9d069600aee 100644 --- a/svx/source/svdraw/svdobjplusdata.cxx +++ b/svx/source/svdraw/svdobjplusdata.cxx @@ -14,8 +14,6 @@ #include -TYPEINIT0(SdrObjPlusData); - SdrObjPlusData::SdrObjPlusData(): pBroadcast(NULL), pUserDataList(NULL), -- cgit