solenv/bin/native-code.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 35c7ad165b7746d1fde8bff98285c12d49ea6714 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Thu Mar 12 14:17:57 2015 +0100 native-code: scd_component_getFactory -> ctors Change-Id: I6d92bb282ed13ce9a9bb14829b04f9ceae41ae61 diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 9bc9448..a2f451c 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -194,7 +194,6 @@ edit_constructor_list = [ ] calc_factory_list = [ - ("libscdlo.a", "scd_component_getFactory"), ("libscfiltlo.a", "scfilt_component_getFactory"), ("libsclo.a", "sc_component_getFactory"), ("libanalysislo.a", "analysis_component_getFactory"), @@ -206,6 +205,9 @@ calc_factory_list = [ calc_constructor_list = [ # avmedia/util/avmedia.component "com_sun_star_comp_framework_SoundHandler_get_implementation", +# 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", ] draw_factory_list = [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits