[Libreoffice-commits] core.git: Branch 'private/tml/crack-1' - ios/experimental
Tor Lillqvist
tml at collabora.com
Wed Jan 8 04:16:02 PST 2014
ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 4fe40088b4e100f81cd9a75d90afdde6aebba627
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Jan 8 14:15:18 2014 +0200
Forgot a few components
Change-Id: Iec362bb343d1b0e48341ee669853aefd42d7b0bf
diff --git a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
index 87b54bc..5a3707b 100644
--- a/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
+++ b/ios/experimental/TiledLibreOffice/TiledLibreOffice/lo.mm
@@ -21,6 +21,7 @@ extern "C" {
extern void * avmedia_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * chartcore_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * configmgr_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
+ extern void * comphelp_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * cui_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * deployment_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
extern void * embobj_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey );
@@ -82,7 +83,9 @@ lo_get_libmap(void)
static lib_to_component_mapping map[] = {
{ "libanimcorelo.a", animcore_component_getFactory },
{ "libavmedialo.a", avmedia_component_getFactory },
+ { "libchartcorelo.a", chartcore_component_getFactory },
{ "libconfigmgrlo.a", configmgr_component_getFactory },
+ { "libcomphelper.a", comphelp_component_getFactory },
{ "libcuilo.a", cui_component_getFactory },
{ "libdeployment.a", deployment_component_getFactory },
{ "libembobj.a", embobj_component_getFactory },
@@ -125,6 +128,7 @@ lo_get_libmap(void)
{ "libunoxmllo.a", unoxml_component_getFactory },
{ "libutllo.a", utl_component_getFactory },
{ "libuuilo.a", uui_component_getFactory },
+ { "libvcllo.a", vcl_component_getFactory },
{ "libwpftwriterlo.a", wpftwriter_component_getFactory },
{ "libwriterfilterlo.a", writerfilter_component_getFactory },
{ "libxmlfdlo.a", xmlfd_component_getFactory },
More information about the Libreoffice-commits
mailing list