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

New commits:
commit 0ee948fe59d4a2d1e00c16718cbfb18260847dc4
Author: Matúš Kukan <matus.ku...@collabora.com>
Date:   Fri Jan 17 14:41:10 2014 +0100

    Add some missing implementations from fwk component.
    
    There will be more needed.
    
    Change-Id: Ibb3dff0e080370f25a3e8ff07ab78c1e9b73be52

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 2657438..9e8f1a2 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -50,6 +50,12 @@ core_factory_list = [
     ]
 
 core_constructor_list = [
+# framework/util/fwk.component
+    "com_sun_star_comp_framework_ModuleManager_get_implementation",
+    "com_sun_star_comp_framework_URLTransformer_get_implementation",
+    "com_sun_star_comp_framework_Frame_get_implementation",
+    "com_sun_star_comp_framework_LayoutManager_get_implementation",
+    "com_sun_star_comp_framework_AddonsToolBarFactory_get_implementation",
 # sax/source/expatwrap/expwrap.component
     "com_sun_star_comp_extensions_xml_sax_ParserExpat_get_implementation",
     "com_sun_star_comp_extensions_xml_sax_FastParser_get_implementation",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to