[Libreoffice-commits] core.git: Branch 'feature/droid_calcimpress3' - solenv/bin
Andrzej Hunt
andrzej.hunt at collabora.com
Tue Sep 30 14:15:14 PDT 2014
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b530af91cfc0fd5037d23d1b9493b29e1ebcbc9e
Author: Andrzej Hunt <andrzej.hunt at collabora.com>
Date: Tue Sep 30 22:14:48 2014 +0100
Add libanimcore to factory list.
This helps various .ppt and .pptx files.
Change-Id: Ib53fed6083b369d3421eab082bda0e31d1f3847a
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 28bbf2b..a8f8a30 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -142,6 +142,7 @@ calc_constructor_list = [
]
draw_factory_list = [
+ ("libanimcorelo.a", "animcore_component_getFactory"),
("libsddlo.a", "sdd_component_getFactory"),
("libsdlo.a", "sd_component_getFactory"),
("libsvgfilterlo.a", "svgfilter_component_getFactory"),
More information about the Libreoffice-commits
mailing list