From 8e58af2c7f9a865f3cb8e24eb3318db36d973bad Mon Sep 17 00:00:00 2001 From: Jan Holesovsky <kendy@collabora.com> Date: Mon, 2 Feb 2015 23:34:16 +0100 Subject: Add slideshow-related services. Fixes loading of .pps presentations. Change-Id: I739d15793110fc55cbaa556e1c91d666c6f81c70 --- solenv/bin/native-code.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'solenv/bin') diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index dda7581fbb60..e64e27a36a3b 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"), @@ -119,6 +120,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", -- cgit