[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 7 12:11:02 UTC 2019
solenv/bin/native-code.py | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 3ca88ff9d852b7f2c79382b9d96313954f654d9d
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 Oct 7 15:10:06 2019 +0300
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>
(cherry picked from commit cb61889e8761837150236c617e806d52c54fd72f)
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index ecc609fb1dfc..7722f97ec022 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -421,7 +421,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