diff options
-rw-r--r-- | mysqlc/source/mysqlc.component | 2 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_services.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc.component b/mysqlc/source/mysqlc.component index ae16484d43b4..e4295110f84b 100644 --- a/mysqlc/source/mysqlc.component +++ b/mysqlc/source/mysqlc.component @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. * --> -<component xmlns="http://openoffice.org/2010/uno-components" prefix="mysqlc" +<component xmlns="http://openoffice.org/2010/uno-components" loader="com.sun.star.loader.SharedLibrary"> <implementation name="com.sun.star.comp.sdbc.mysqlc.MysqlCDriver"> <service name="com.sun.star.sdbc.Driver"/> diff --git a/mysqlc/source/mysqlc_services.cxx b/mysqlc/source/mysqlc_services.cxx index cc7e8e0df652..af1cabeee937 100644 --- a/mysqlc/source/mysqlc_services.cxx +++ b/mysqlc/source/mysqlc_services.cxx @@ -76,7 +76,7 @@ struct ProviderRequest /* {{{ component_getFactory -I- */ -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL mysqlc_component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char * pImplementationName, void * pServiceManager, void * /* pRegistryKey */) |