From 5658600001a41c536cc1497eb7419512cb1353d8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 31 May 2013 18:01:43 +0200 Subject: No need for two Excel filter services The reason to have both export-only XclExpXmlStream ("com.sun.star.comp.oox.ExcelFilterExport") and im-/export oox::xls::ExcelFilter ("com.sun.star.comp.oox.xls.ExcelFilter"), where the latter uses the former to implement export, appears to be historic. Get rid of the former service, but keep it as an independent C++ class for now (still also deriving from XmlFilterBase)---this can likely be cleaned up by somebdoy versed in those XmlFilterBase details. With the last use (in oox::xls::ExcelFilter, to instantiate XclExpXmlStream) of the recently introduced com.sun.star.oox.ExcelFilterExport new-style service gone now, remove that service again. Change-Id: Id3adacd293cbe4390242827615f074d4bbe9d85a --- sc/util/scfilt.component | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/util') diff --git a/sc/util/scfilt.component b/sc/util/scfilt.component index 6834ce1578ec..c4b37285877e 100644 --- a/sc/util/scfilt.component +++ b/sc/util/scfilt.component @@ -19,9 +19,6 @@ - - - -- cgit