summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-23 19:39:48 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-24 10:37:55 +0300
commit6f44df16df03e3775265e370f40ac835ad8170be (patch)
treeb597c3809ee16925d532590914bf8b93ace9b7c4 /cppuhelper
parent4a0b39f592210b19e4dbf4b8c797969942269d80 (diff)
Avoid (harmless) duplicate entry
Change-Id: Ice43ab89b57f6ddb6b06d2fc5784d438031e864b
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index ad951cd16e2d..7b5dcb280867 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -536,7 +536,6 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
// The .uno ones seems to consistently have a "lib" prefix now for Android,
// but not iOS, hmm.
#ifdef ANDROID
- { "libcomphelper.a", comphelp_component_getFactory },
{ "libconfigmgr.uno.a", configmgr_component_getFactory },
{ "libexpwrap.uno.a", expwrap_component_getFactory },
{ "libfastsax.uno.a", fastsax_component_getFactory },