[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - solenv/bin

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Aug 26 11:41:43 UTC 2019


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

New commits:
commit 1a0bd0c6914bf93733c7ab3a27741fc1dc0e3f26
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Aug 26 14:10:20 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Aug 26 13:40:41 2019 +0200

    We need UNO components from libmswordlo.a
    
    They are needed for .docx and .rtf export at least. No idea how we
    have managed without it previously.
    
    Change-Id: Iff9224f92520e19d9baa691a9e7cd3c944004eed
    Reviewed-on: https://gerrit.libreoffice.org/78125
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 77e7bf85a009..58bd3929fdd2 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -365,6 +365,7 @@ draw_constructor_list = [
 
 writer_factory_list = [
     ("libswlo.a", "sw_component_getFactory"),
+    ("libmswordlo.a", "msword_component_getFactory"),
     ]
 
 writer_constructor_list = [


More information about the Libreoffice-commits mailing list