summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-03 14:39:06 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-03 18:54:58 +0300
commitecb1850b2d32e509050be9a323cf124fe2af5277 (patch)
tree8bacb3b7c80c4252f082b3c98113cb76ed0d8e4e /cppuhelper
parentff7414a97f5ded66a8e8c8611ad801b1e6c11c9e (diff)
Can unify this now it seems
Change-Id: I2fd0e1967028ad6632b39dfaaf377c7186a89229
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index f61f2bc98ebc..fc8b6a891dd9 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -535,17 +535,9 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{ "bootstrap.uno.a", bootstrap_component_getFactory },
{ "libbootstraplo.a", bootstrap_component_getFactory },
- // The .uno ones seem to consistently have a "lib" prefix now for Android,
- // but not iOS, hmm.
-#ifdef ANDROID
{ "libintrospectionlo.a", introspection_component_getFactory },
{ "libreflectionlo.a", reflection_component_getFactory },
{ "libstocserviceslo.a", stocservices_component_getFactory },
-#else
- { "introspection.uno.a", introspection_component_getFactory },
- { "reflection.uno.a", reflection_component_getFactory },
- { "stocservices.uno.a", stocservices_component_getFactory },
-#endif
{ "libcomphelper.a", comphelp_component_getFactory },
{ "libconfigmgrlo.a", configmgr_component_getFactory },
{ "libdeployment.a", deployment_component_getFactory },