[Libreoffice-commits] core.git: solenv/bin
brainbreaker
gautamprajapati06 at gmail.com
Thu Jun 22 14:16:11 UTC 2017
solenv/bin/native-code.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 05447e09f511a6a754a3671451b29a3b6b3f458f
Author: brainbreaker <gautamprajapati06 at gmail.com>
Date: Wed Jun 21 17:00:33 2017 +0530
add factory function mapping for libspelllo archive
Change-Id: I7cbea9381bc993e7894603c731ab0ac54e80d4b4
Reviewed-on: https://gerrit.libreoffice.org/39049
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 0d13b67fd6ac..f29be571e22f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -60,7 +60,8 @@ core_factory_list = [
("libodfflatxmllo.a", "odfflatxml_component_getFactory"),
("libxmlscriptlo.a", "xmlscript_component_getFactory"),
("libmcnttype.a", "mcnttype_component_getFactory"),
- ("libvcllo.a", "vcl_component_getFactory")
+ ("libvcllo.a", "vcl_component_getFactory"),
+ ("libspelllo.a", "spell_component_getFactory")
]
core_constructor_list = [
More information about the Libreoffice-commits
mailing list