[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 5 15:16:44 UTC 2019
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 33ddc58c7f99b64dd6d3bcaa147f1674d15c449d
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Apr 5 17:44:04 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Apr 5 18:02:40 2019 +0300
tdf#124360: The cui component is needed in the iOS app
Used at least in the Edit > Edit Style... > Area > Color dialog for
the Pick button..
Change-Id: I864ec5918482a2f8ee5c5d80b79eacd6e8fcd88e
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 0c4b8bc68aba..2b2974590ef7 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -64,6 +64,7 @@ core_factory_list = [
("libsvtlo.a", "svt_component_getFactory"),
("libctllo.a", "ctl_component_getFactory"),
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
+ ("libcuilo.a", "cui_component_getFactory"),
]
core_constructor_list = [
More information about the Libreoffice-commits
mailing list