remove custom RTTI from XFillExchangeData
nothing is using it Change-Id: Ie626fcb7f35d98294ec41620c679d46a34a77d90
This commit is contained in:
parent
329350919e
commit
6a8b38e698
2 changed files with 0 additions and 4 deletions
|
@ -40,8 +40,6 @@ private:
|
|||
SfxItemPool* pPool;
|
||||
|
||||
public:
|
||||
TYPEINFO();
|
||||
|
||||
XFillExchangeData();
|
||||
XFillExchangeData(const XFillAttrSetItem& rXFillAttrSetItem);
|
||||
virtual ~XFillExchangeData();
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
|
||||
TYPEINIT0_AUTOFACTORY( XFillExchangeData );
|
||||
|
||||
/// default CTOR, for Assign()
|
||||
XFillExchangeData::XFillExchangeData() :
|
||||
pXFillAttrSetItem( NULL ),
|
||||
|
|
Loading…
Reference in a new issue