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

Tor Lillqvist tml at collabora.com
Mon Feb 10 23:24:51 PST 2014


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

New commits:
commit 166ee2b27416a4bccfae8651e13b408acf2e8eca
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Feb 11 09:23:57 2014 +0200

    Add css_comp_framework_ModuleUIConfigurationManagerSupplier_get_implementation
    
    Change-Id: Ib0fc337b1a2e57ddd6ec9d5dcc468daafbcb0501

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index aeb76a8..965afe5 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -54,6 +54,7 @@ core_constructor_list = [
     "com_sun_star_comp_framework_LayoutManager_get_implementation",
     "com_sun_star_comp_framework_ModuleManager_get_implementation",
     "com_sun_star_comp_framework_ModuleUIConfigurationManager_get_implementation",
+    "com_sun_star_comp_framework_ModuleUIConfigurationManagerSupplier_get_implementation",
     "com_sun_star_comp_framework_PathSettings_get_implementation",
     "com_sun_star_comp_framework_PathSubstitution_get_implementation",
     "com_sun_star_comp_framework_StatusIndicatorFactory_get_implementation",
commit 124bec81b3f4e807cebfcbdc7d98c585d8b1be58
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Feb 11 09:20:03 2014 +0200

    Need XMLVersionListPersistence_get_implementation
    
    Change-Id: Ideff360fe173c2809b6cc839b54a0839100b2b70

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 3883a8d..aeb76a8 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -91,6 +91,8 @@ core_constructor_list = [
     "stardiv_Toolkit_VCLXToolkit_get_implementation",
 # uui/util/uui.component
     "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation",
+# xmloff/util/xo.component
+    "XMLVersionListPersistence_get_implementation",
     ]
 
 extended_core_factory_list = core_factory_list + [


More information about the Libreoffice-commits mailing list