[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - solenv/bin
Jan Holesovsky
kendy at collabora.com
Tue Feb 3 01:10:39 PST 2015
solenv/bin/native-code.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit af1e42884ea850cd9af74f4b61f114dad80b3bde
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 dda7581..e64e27a 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",
More information about the Libreoffice-commits
mailing list