diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 14:19:26 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 14:20:40 +0100 |
commit | b34172276c5e2f45324978b998e820c341e2417b (patch) | |
tree | d1e2c5b6d84cbf83dae3c27813e51e0709f20d49 /solenv/bin | |
parent | a209f24dff825bc2055fead79b7aff1ce3e04070 (diff) |
native-code: scfilt_component_getFactory -> ctors
Change-Id: Ib43ba7f5ccf3c8858dc9cd75bb46cfbefd7bc84a
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 = [ |