summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-03-12 14:19:26 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-03-12 14:20:40 +0100
commitb34172276c5e2f45324978b998e820c341e2417b (patch)
treed1e2c5b6d84cbf83dae3c27813e51e0709f20d49 /solenv
parentloplugin:stringconcat (diff)
downloadcore-b34172276c5e2f45324978b998e820c341e2417b.tar.gz
core-b34172276c5e2f45324978b998e820c341e2417b.zip
native-code: scfilt_component_getFactory -> ctors
Change-Id: Ib43ba7f5ccf3c8858dc9cd75bb46cfbefd7bc84a
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py4
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 = [