From b34172276c5e2f45324978b998e820c341e2417b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 12 Mar 2015 14:19:26 +0100 Subject: native-code: scfilt_component_getFactory -> ctors Change-Id: Ib43ba7f5ccf3c8858dc9cd75bb46cfbefd7bc84a --- solenv/bin/native-code.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index a2f451c90199..117af6923635 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -194,7 +194,6 @@ edit_constructor_list = [ ] calc_factory_list = [ - ("libscfiltlo.a", "scfilt_component_getFactory"), ("libsclo.a", "sc_component_getFactory"), ("libanalysislo.a", "analysis_component_getFactory"), ("libdatelo.a", "date_component_getFactory"), @@ -208,6 +207,9 @@ calc_constructor_list = [ # sc/util/scd.component -- TODO check if all of these are necessary, probably yes "com_sun_star_comp_calc_FormatDetector_get_implementation", "com_sun_star_comp_calc_ExcelBiffFormatDetector_get_implementation", +# sc/util/scfilt.component + "com_sun_star_comp_oox_xls_ExcelFilter_get_implementation", + "com_sun_star_comp_oox_xls_FormulaParser_get_implementation", ] draw_factory_list = [ -- cgit