diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-08-26 14:10:20 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-10-07 14:58:06 +0300 |
commit | 897fd43b9b07a8907ac1b6717bfecc6114b82dc8 (patch) | |
tree | 1aeab63420f63044c74df23690f89b7bf8c33833 /solenv/bin | |
parent | c6a822790d93f5fdbdf57ad6857c1663504bf37a (diff) |
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@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
(cherry picked from commit 1a0bd0c6914bf93733c7ab3a27741fc1dc0e3f26)
Reviewed-on: https://gerrit.libreoffice.org/78996
(cherry picked from commit 98deb6e96f547e8eedff40c992fefe3514021447)
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 7722f97ec022..ecc609fb1dfc 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -421,6 +421,7 @@ draw_constructor_list = [ writer_factory_list = [ ("libswlo.a", "sw_component_getFactory"), + ("libmswordlo.a", "msword_component_getFactory"), ] writer_constructor_list = [ |