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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 16 13:42:32 UTC 2019


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

New commits:
commit cb61889e8761837150236c617e806d52c54fd72f
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon Sep 16 16:36:03 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Sep 16 15:41:55 2019 +0200

    Revert "We need UNO components from libmswordlo.a"
    
    Nah. We already have
    com_sun_star_comp_Writer_DocxExport_get_implementation as it is called
    in this branch.
    
    This reverts commit 98deb6e96f547e8eedff40c992fefe3514021447.
    
    Change-Id: Ic5db66420db9ef2477df8d9905ba3525f3b57e5b
    Reviewed-on: https://gerrit.libreoffice.org/79010
    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 7e57a49004d6..35e5bf98de17 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -364,7 +364,6 @@ 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