[Libreoffice-commits] core.git: Branch 'distro/collabora/viewer' - solenv/bin
Jan Holesovsky
kendy at collabora.com
Tue Feb 3 01:09:56 PST 2015
solenv/bin/native-code.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 45953586195680b89206b44fabc2730e9300977e
Author: Jan Holesovsky <kendy at collabora.com>
Date: Mon Feb 2 23:34:16 2015 +0100
Add slideshow-related services.
Fixes loading of .pps presentations.
Change-Id: I739d15793110fc55cbaa556e1c91d666c6f81c70
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 00ec07b..ff9c744 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -38,6 +38,7 @@ core_factory_list = [
("liblocalebe1lo.a", "localebe1_component_getFactory"),
("libooxlo.a", "oox_component_getFactory"),
("libpackage2.a", "package2_component_getFactory"),
+ ("libslideshowlo.a", "slideshow_component_getFactory"),
("libsmlo.a", "sm_component_getFactory"),
("libsotlo.a", "sot_component_getFactory"),
("libspelllo.a", "spell_component_getFactory"),
@@ -118,6 +119,7 @@ core_constructor_list = [
# toolkit/util/tk.component
"stardiv_Toolkit_UnoControlContainer_get_implementation",
"stardiv_Toolkit_UnoControlContainerModel_get_implementation",
+ "stardiv_Toolkit_VCLXPointer_get_implementation",
"stardiv_Toolkit_VCLXToolkit_get_implementation",
# uui/util/uui.component
"com_sun_star_comp_uui_UUIInteractionHandler_get_implementation",
More information about the Libreoffice-commits
mailing list