Kaydet (Commit) 6a8b38e6 authored tarafından Noel Grandin's avatar Noel Grandin

remove custom RTTI from XFillExchangeData

nothing is using it

Change-Id: Ie626fcb7f35d98294ec41620c679d46a34a77d90
üst 32935091
...@@ -40,8 +40,6 @@ private: ...@@ -40,8 +40,6 @@ private:
SfxItemPool* pPool; SfxItemPool* pPool;
public: public:
TYPEINFO();
XFillExchangeData(); XFillExchangeData();
XFillExchangeData(const XFillAttrSetItem& rXFillAttrSetItem); XFillExchangeData(const XFillAttrSetItem& rXFillAttrSetItem);
virtual ~XFillExchangeData(); virtual ~XFillExchangeData();
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
TYPEINIT0_AUTOFACTORY( XFillExchangeData );
/// default CTOR, for Assign() /// default CTOR, for Assign()
XFillExchangeData::XFillExchangeData() : XFillExchangeData::XFillExchangeData() :
pXFillAttrSetItem( NULL ), pXFillAttrSetItem( NULL ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment