diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 14:26:46 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 14:26:46 +0100 |
commit | 87a7cecbd3ead5a4979e2a39dcfc648c5981b520 (patch) | |
tree | f979bb5d5487173715382df129e7b90d40a38a64 /solenv/bin/native-code.py | |
parent | 02b1274b94430f5d1771122f2bf9f00b2690edb7 (diff) |
native-code: svl_component_getFactory -> ctors
Change-Id: Ibaf6d48ad2593664d81d7557fd470f6cdf1d0a4f
Diffstat (limited to 'solenv/bin/native-code.py')
-rwxr-xr-x | solenv/bin/native-code.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 1fb5b0105423..2e2630b3a84d 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -198,7 +198,6 @@ calc_factory_list = [ ("libanalysislo.a", "analysis_component_getFactory"), ("libdatelo.a", "date_component_getFactory"), ("libpricinglo.a", "pricing_component_getFactory"), - ("libsvllo.a", "svl_component_getFactory"), ] calc_constructor_list = [ @@ -210,6 +209,10 @@ calc_constructor_list = [ # sc/util/scfilt.component "com_sun_star_comp_oox_xls_ExcelFilter_get_implementation", "com_sun_star_comp_oox_xls_FormulaParser_get_implementation", +# svl/util/svl.component -- TODO check if all of these are necessary + "com_sun_star_comp_svl_PathService_get_implementation", + "com_sun_star_uno_util_numbers_SvNumberFormatsSupplierServiceObject_get_implementation", + "com_sun_star_uno_util_numbers_SvNumberFormatterServiceObject_get_implementation", ] draw_factory_list = [ |