[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - solenv/bin

Jan Holesovsky kendy at collabora.com
Thu Jan 29 12:46:22 PST 2015


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

New commits:
commit b52ea568c145b211b23bef2951a64539b7e687ec
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Jan 29 12:36:56 2015 +0100

    native-code.py: Add libi18nsearchlo.a.
    
    Fixes load of fdo68762-1.ods.
    
    Change-Id: I4141674a9766fe9514c47e1c1b29ed727148a41d

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 41796fb..00ec07b 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -32,6 +32,7 @@ core_factory_list = [
     ("libfsstoragelo.a", "fsstorage_component_getFactory"),
     ("libhyphenlo.a", "hyphen_component_getFactory"),
     ("libi18npoollo.a", "i18npool_component_getFactory"),
+    ("libi18nsearchlo.a", "i18nsearch_component_getFactory"),
     ("liblnglo.a", "lng_component_getFactory"),
     ("liblnthlo.a", "lnth_component_getFactory"),
     ("liblocalebe1lo.a", "localebe1_component_getFactory"),


More information about the Libreoffice-commits mailing list