diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-03 00:50:58 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-03 01:14:15 +0200 |
commit | 92c033df8f4e279196397a06bb5fd4da80f51111 (patch) | |
tree | 785bbd3f6302fd6d8596dd1bd6b95aff688917fc /android | |
parent | bd36b992cf2bf2c395ce6f6f0e89d517cc02d1dc (diff) |
libucppkg1 is needed, for auto-save I think
Change-Id: Ie4ec4e2518c9e0621b75afe21f22862e3e8bf726
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/desktop/native-code.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/experimental/desktop/native-code.cxx b/android/experimental/desktop/native-code.cxx index 7c1d102cc3b0..f93c8ad20bd6 100644 --- a/android/experimental/desktop/native-code.cxx +++ b/android/experimental/desktop/native-code.cxx @@ -46,6 +46,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 * uui_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); @@ -98,6 +99,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 }, { "libuuilo.a", uui_component_getFactory }, |