From 329350919e7407bdc217c64a5d6a0486f2b41811 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 26 Jun 2015 09:39:48 +0200 Subject: remove custom RTTI from SvDataCopyStream nothing is using it, except perhaps for XFillExchangeData, which was using it incorrectly :-( Change-Id: Ib9246a20bc97ad91d3e3e97fa642217686fc8c46 --- sot/source/base/filelist.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sot/source') diff --git a/sot/source/base/filelist.cxx b/sot/source/base/filelist.cxx index 95fdf83822eb..8d182c598001 100644 --- a/sot/source/base/filelist.cxx +++ b/sot/source/base/filelist.cxx @@ -25,8 +25,6 @@ #include #include -TYPEINIT1_AUTOFACTORY( FileList, SvDataCopyStream ); - /************************************************************************* |* |* FileList - Ctor/Dtor -- cgit