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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 5 14:50:22 UTC 2019


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

New commits:
commit 67c9a2e95551f8432612fa6cb7e93f9dece120c3
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 17:49:30 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 bc84b9d6cf42..c953d4733bcb 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -66,6 +66,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