Kaydet (Commit) 8e58af2c authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Miklos Vajna

Add slideshow-related services.

Fixes loading of .pps presentations.

Change-Id: I739d15793110fc55cbaa556e1c91d666c6f81c70
üst 72e7e945
...@@ -38,6 +38,7 @@ core_factory_list = [ ...@@ -38,6 +38,7 @@ core_factory_list = [
("liblocalebe1lo.a", "localebe1_component_getFactory"), ("liblocalebe1lo.a", "localebe1_component_getFactory"),
("libooxlo.a", "oox_component_getFactory"), ("libooxlo.a", "oox_component_getFactory"),
("libpackage2.a", "package2_component_getFactory"), ("libpackage2.a", "package2_component_getFactory"),
("libslideshowlo.a", "slideshow_component_getFactory"),
("libsmlo.a", "sm_component_getFactory"), ("libsmlo.a", "sm_component_getFactory"),
("libsotlo.a", "sot_component_getFactory"), ("libsotlo.a", "sot_component_getFactory"),
("libspelllo.a", "spell_component_getFactory"), ("libspelllo.a", "spell_component_getFactory"),
...@@ -119,6 +120,7 @@ core_constructor_list = [ ...@@ -119,6 +120,7 @@ core_constructor_list = [
# toolkit/util/tk.component # toolkit/util/tk.component
"stardiv_Toolkit_UnoControlContainer_get_implementation", "stardiv_Toolkit_UnoControlContainer_get_implementation",
"stardiv_Toolkit_UnoControlContainerModel_get_implementation", "stardiv_Toolkit_UnoControlContainerModel_get_implementation",
"stardiv_Toolkit_VCLXPointer_get_implementation",
"stardiv_Toolkit_VCLXToolkit_get_implementation", "stardiv_Toolkit_VCLXToolkit_get_implementation",
# uui/util/uui.component # uui/util/uui.component
"com_sun_star_comp_uui_UUIInteractionHandler_get_implementation", "com_sun_star_comp_uui_UUIInteractionHandler_get_implementation",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment