[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at collabora.com
Mon Feb 17 14:43:46 CET 2014


 solenv/bin/native-code.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 30155e08a0660b8574df3442fe7b9a8718708bf6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Feb 17 15:42:25 2014 +0200

    Seems that canvasfactory is needed by some docx docs
    
    Change-Id: Ic9347e2077f314bec5cc2ba5f123f468c91b612e

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 9b566c1..0e39c67 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -111,6 +111,7 @@ core_constructor_list = [
 extended_core_factory_list = core_factory_list + [
     ("libanimcorelo.a", "animcore_component_getFactory"),
     ("libavmedialo.a", "avmedia_component_getFactory"),
+    ("libcanvasfactorylo.a", "canvasfactory_component_getFactory"),
     ("libchartcorelo.a", "chartcore_component_getFactory"),
     ("libcuilo.a", "cui_component_getFactory"),
     ("libembobj.a", "embobj_component_getFactory"),


More information about the Libreoffice-commits mailing list