solenv/bin/native-code.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit b34172276c5e2f45324978b998e820c341e2417b Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Thu Mar 12 14:19:26 2015 +0100 native-code: scfilt_component_getFactory -> ctors Change-Id: Ib43ba7f5ccf3c8858dc9cd75bb46cfbefd7bc84a diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index a2f451c..117af69 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 = [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits