solenv/bin/native-code.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 30a3011a5229ea2e6228f6aa265d80204dd4263c Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed Jan 3 09:13:46 2018 +0100 solenv: fix typo in native-code.py Change-Id: I191c0586a5bf9b3be1811ff783cb80dd13638c53 diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index c141a49f3383..6571b24f27de 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -61,8 +61,8 @@ core_factory_list = [ ("libxmlscriptlo.a", "xmlscript_component_getFactory"), ("libmcnttype.a", "mcnttype_component_getFactory"), ("libvcllo.a", "vcl_component_getFactory"), - ("libspelllo.a", "spell_component_getFactory") - ("libsvgiolo.a", "svgio_component_getFactory"), + ("libspelllo.a", "spell_component_getFactory"), + ("libsvgiolo.a", "svgio_component_getFactory") ] core_constructor_list = [ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits