remove custom RTTI from XFillExchangeData

nothing is using it

Change-Id: Ie626fcb7f35d98294ec41620c679d46a34a77d90
This commit is contained in:
Noel Grandin 2015-06-26 10:33:45 +02:00
parent 329350919e
commit 6a8b38e698
2 changed files with 0 additions and 4 deletions

View file

@ -40,8 +40,6 @@ private:
SfxItemPool* pPool;
public:
TYPEINFO();
XFillExchangeData();
XFillExchangeData(const XFillAttrSetItem& rXFillAttrSetItem);
virtual ~XFillExchangeData();

View file

@ -29,8 +29,6 @@
#include <boost/scoped_ptr.hpp>
TYPEINIT0_AUTOFACTORY( XFillExchangeData );
/// default CTOR, for Assign()
XFillExchangeData::XFillExchangeData() :
pXFillAttrSetItem( NULL ),