diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-26 10:33:45 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-29 10:05:35 +0200 |
commit | 6a8b38e698ba26f5a9dc8c1bd6b305ff9b3366fb (patch) | |
tree | 6501dca7ca7743393aff8fd78f024e53aad611c0 | |
parent | 329350919e7407bdc217c64a5d6a0486f2b41811 (diff) |
remove custom RTTI from XFillExchangeData
nothing is using it
Change-Id: Ie626fcb7f35d98294ec41620c679d46a34a77d90
-rw-r--r-- | include/svx/xexch.hxx | 2 | ||||
-rw-r--r-- | svx/source/xoutdev/xexch.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/svx/xexch.hxx b/include/svx/xexch.hxx index cba949d49bcb..800348e886ed 100644 --- a/include/svx/xexch.hxx +++ b/include/svx/xexch.hxx @@ -40,8 +40,6 @@ private: SfxItemPool* pPool; public: - TYPEINFO(); - XFillExchangeData(); XFillExchangeData(const XFillAttrSetItem& rXFillAttrSetItem); virtual ~XFillExchangeData(); diff --git a/svx/source/xoutdev/xexch.cxx b/svx/source/xoutdev/xexch.cxx index f3eb2fa1c5df..38897751a704 100644 --- a/svx/source/xoutdev/xexch.cxx +++ b/svx/source/xoutdev/xexch.cxx @@ -29,8 +29,6 @@ #include <boost/scoped_ptr.hpp> -TYPEINIT0_AUTOFACTORY( XFillExchangeData ); - /// default CTOR, for Assign() XFillExchangeData::XFillExchangeData() : pXFillAttrSetItem( NULL ), |