diff options
author | Noel Grandin <noel@peralex.com> | 2015-06-26 09:39:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-06-29 10:05:35 +0200 |
commit | 329350919e7407bdc217c64a5d6a0486f2b41811 (patch) | |
tree | 4e1cf711d6f4508b796b00a4c59a8d03e67edac4 /svx/source/xoutdev | |
parent | 7153fcb7c4a76d30d9ccc3303c1498dff79649b9 (diff) |
remove custom RTTI from SvDataCopyStream
nothing is using it, except perhaps for XFillExchangeData, which was
using it incorrectly :-(
Change-Id: Ib9246a20bc97ad91d3e3e97fa642217686fc8c46
Diffstat (limited to 'svx/source/xoutdev')
-rw-r--r-- | svx/source/xoutdev/xexch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xexch.cxx b/svx/source/xoutdev/xexch.cxx index 5fae82cdacdf..f3eb2fa1c5df 100644 --- a/svx/source/xoutdev/xexch.cxx +++ b/svx/source/xoutdev/xexch.cxx @@ -29,7 +29,7 @@ #include <boost/scoped_ptr.hpp> -TYPEINIT1_AUTOFACTORY( XFillExchangeData, SvDataCopyStream ); +TYPEINIT0_AUTOFACTORY( XFillExchangeData ); /// default CTOR, for Assign() XFillExchangeData::XFillExchangeData() : |