summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-01 20:49:24 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-01 20:50:42 +0300
commit7f7799948e2c29f969413015d6ec45d7777034c2 (patch)
treee1d7e38183ce81e0f6ce0b86e97b04c205ed2b62 /cppuhelper
parentd97cf4f14c0245b01756090c3fded4759aeb7cff (diff)
Library names have changed thanks to the "layer" changes
Change-Id: I764702510b612da478959f457f95e6040c22f998
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/shlib.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index 7b5dcb280867..f53a672d2a24 100644
--- a/cppuhelper/source/shlib.cxx
+++ b/cppuhelper/source/shlib.cxx
@@ -546,15 +546,15 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
{ "libstocservices.uno.a", stocservices_component_getFactory },
{ "libucpexpand1.uno.a", ucpexpand1_component_getFactory },
#else
- { "configmgr.uno.a", configmgr_component_getFactory },
- { "expwrap.uno.a", expwrap_component_getFactory },
- { "fastsax.uno.a", fastsax_component_getFactory },
- { "i18npool.uno.a", i18npool_component_getFactory },
+ { "libconfigmgrlo.a", configmgr_component_getFactory },
+ { "libexpwraplo.a", expwrap_component_getFactory },
+ { "libfastsaxlo.a", fastsax_component_getFactory },
+ { "libi18npoollo.a", i18npool_component_getFactory },
{ "introspection.uno.a", introspection_component_getFactory },
- { "localebe1.uno.a", localebe1_component_getFactory },
+ { "liblocalebe1lo.a", localebe1_component_getFactory },
{ "reflection.uno.a", reflection_component_getFactory },
{ "stocservices.uno.a", stocservices_component_getFactory },
- { "ucpexpand1.uno.a", ucpexpand1_component_getFactory },
+ { "libucpexpand1lo.a", ucpexpand1_component_getFactory },
#endif
{ "libcomphelper.a", comphelp_component_getFactory },
{ "libdeployment.a", deployment_component_getFactory },