From a09a98ee45c024005b139a9c265d76a3bee8d89c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 19 Oct 2012 18:09:26 +0300 Subject: Add ucppkg1 Change-Id: I471440867895b2a8ef2f2de90ed37f5b3c9c0721 --- android/experimental/LibreOffice4Android/native-code.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/experimental/LibreOffice4Android/native-code.cxx b/android/experimental/LibreOffice4Android/native-code.cxx index 22c9a7e04ab7..f3049152ff92 100644 --- a/android/experimental/LibreOffice4Android/native-code.cxx +++ b/android/experimental/LibreOffice4Android/native-code.cxx @@ -42,6 +42,7 @@ extern "C" extern void * swd_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * t602filter_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * textfd_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); + extern void * ucppkg1_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * unoxml_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * unordf_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * wpftdraw_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); @@ -88,6 +89,7 @@ lo_get_libmap(void) { "libswlo.a", sw_component_getFactory }, { "libt602filterlo.a", t602filter_component_getFactory }, { "libtextfdlo.a", textfd_component_getFactory }, + { "libucppkg1.a", ucppkg1_component_getFactory }, { "libunordflo.a", unordf_component_getFactory }, { "libunoxmllo.a", unoxml_component_getFactory }, { "libwpftdrawlo.a", wpftdraw_component_getFactory }, -- cgit