diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-19 11:03:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-19 11:03:23 +0300 |
commit | e13af24d2b985261afa80e36edd3021a70887253 (patch) | |
tree | 0f931607f30e36672dad04ec42da43aca7265e24 /android | |
parent | 5d98836cfb94176c7a50d0836ad8f0c153364063 (diff) |
fileacc is not a separate component any more
Change-Id: I47f3dd29aba16aa2d8a5e3746c447288d2066b23
Diffstat (limited to 'android')
-rw-r--r-- | android/experimental/LibreOffice4Android/native-code.cxx | 2 | ||||
-rw-r--r-- | android/experimental/desktop/native-code.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/android/experimental/LibreOffice4Android/native-code.cxx b/android/experimental/LibreOffice4Android/native-code.cxx index 3fe443599a59..00fec008da35 100644 --- a/android/experimental/LibreOffice4Android/native-code.cxx +++ b/android/experimental/LibreOffice4Android/native-code.cxx @@ -23,7 +23,6 @@ extern "C" extern void * evtatt_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * expwrap_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * fastsax_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); - extern void * fileacc_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * filterconfig1_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * frm_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * fsstorage_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); @@ -89,7 +88,6 @@ lo_get_libmap(void) { "libevtattlo.a", evtatt_component_getFactory }, { "libexpwrap.uno.a", expwrap_component_getFactory }, { "libfastsax.uno.a", fastsax_component_getFactory }, - { "libfileacc.a", fileacc_component_getFactory }, { "libfilterconfiglo.a", filterconfig1_component_getFactory }, { "libfrmlo.a", frm_component_getFactory }, { "libfsstoragelo.a", fsstorage_component_getFactory }, diff --git a/android/experimental/desktop/native-code.cxx b/android/experimental/desktop/native-code.cxx index 932112440174..54d91303dfb5 100644 --- a/android/experimental/desktop/native-code.cxx +++ b/android/experimental/desktop/native-code.cxx @@ -24,7 +24,6 @@ extern "C" extern void * evtatt_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * expwrap_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * fastsax_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); - extern void * fileacc_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * filterconfig1_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * frm_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); extern void * fsstorage_component_getFactory( const char * pImplName, void * pServiceManager, void * pRegistryKey ); @@ -94,7 +93,6 @@ lo_get_libmap(void) { "libevtattlo.a", evtatt_component_getFactory }, { "libexpwraplo.a", expwrap_component_getFactory }, { "libfastsaxlo.a", fastsax_component_getFactory }, - { "libfileacc.a", fileacc_component_getFactory }, { "libfilterconfiglo.a", filterconfig1_component_getFactory }, { "libfrmlo.a", frm_component_getFactory }, { "libfsstoragelo.a", fsstorage_component_getFactory }, |