[Libreoffice-commits] core.git: cppuhelper/source

Tor Lillqvist tml at iki.fi
Wed Apr 24 00:43:59 PDT 2013


 cppuhelper/source/shlib.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6f44df16df03e3775265e370f40ac835ad8170be
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Apr 23 19:39:48 2013 +0300

    Avoid (harmless) duplicate entry
    
    Change-Id: Ice43ab89b57f6ddb6b06d2fc5784d438031e864b

diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx
index ad951cd..7b5dcb2 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 },


More information about the Libreoffice-commits mailing list