From cb61889e8761837150236c617e806d52c54fd72f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Sep 2019 16:36:03 +0300 Subject: 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 Tested-by: Tor Lillqvist --- solenv/bin/native-code.py | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv') 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 = [ -- cgit