[Libreoffice-commits] core.git: solenv/bin

Matúš Kukan matus.kukan at collabora.com
Tue Feb 11 05:21:19 PST 2014


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

New commits:
commit b1add8f4acc231875d08e3edcf318865f2630e78
Author: Matúš Kukan <matus.kukan at collabora.com>
Date:   Tue Feb 11 14:18:10 2014 +0100

    native code generator: components tweaking
    
    We should survive without deployment_component_getFactory,
    although Android build may need some changes.
    
    ContextChangeEventMultiplexer seems to be useful.
    
    Change-Id: I20544429425675449ad0471190968c5bfb97bbf9

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 965afe5..3f1a0c1 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -22,7 +22,6 @@ core_factory_list = [
     ("libstocserviceslo.a", "stocservices_component_getFactory"),
     ("libcomphelper.a", "comphelp_component_getFactory"),
     ("libconfigmgrlo.a", "configmgr_component_getFactory"),
-    ("libdeployment.a", "deployment_component_getFactory"),
     ("libfilterconfiglo.a", "filterconfig1_component_getFactory"),
     ("libfsstoragelo.a", "fsstorage_component_getFactory"),
     ("libfwklo.a", "fwk_component_getFactory"),
@@ -64,6 +63,7 @@ core_constructor_list = [
     "com_sun_star_comp_framework_UIElementFactoryManager_get_implementation",
     "com_sun_star_comp_framework_URLTransformer_get_implementation",
     "com_sun_star_comp_framework_WindowStateConfiguration_get_implementation",
+    "org_apache_openoffice_comp_framework_ContextChangeEventMultiplexer_get_implementation",
 # i18npool/util/i18npool.component
     "com_sun_star_i18n_BreakIterator_get_implementation",
     "com_sun_star_i18n_BreakIterator_Unicode_get_implementation",


More information about the Libreoffice-commits mailing list