[Libreoffice-commits] core.git: solenv/bin
Matúš Kukan
matus.kukan at gmail.com
Tue Jan 5 13:30:30 PST 2016
solenv/bin/native-code.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d929e3a6b478b0bc02aa90ba326aab79353a7799
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Tue Jan 5 22:29:27 2016 +0100
sot_component_getFactory is gone
Change-Id: I4c0360b088f7de8bbcd598fcf3f35c6de13b6c66
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 819f1bb..99a3a4c 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -39,7 +39,6 @@ core_factory_list = [
("libooxlo.a", "oox_component_getFactory"),
("libpackage2.a", "package2_component_getFactory"),
("libsmlo.a", "sm_component_getFactory"),
- ("libsotlo.a", "sot_component_getFactory"),
("libsrtrs1.a", "srtrs1_component_getFactory"),
("libstoragefdlo.a", "storagefd_component_getFactory"),
("libucb1.a", "ucb_component_getFactory"),
@@ -175,6 +174,8 @@ core_constructor_list = [
"com_sun_star_comp_sfx2_AppDispatchProvider_get_implementation",
"com_sun_star_comp_sfx2_DocumentTemplates_get_implementation",
"com_sun_star_comp_sfx2_GlobalEventBroadcaster_get_implementation",
+# sot/util/sot.component
+ "com_sun_star_comp_embed_OLESimpleStorage",
# stoc/source/inspect/introspection.component
"com_sun_star_comp_stoc_Introspection_get_implementation",
# stoc/util/stocservices.component
More information about the Libreoffice-commits
mailing list