diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-04-15 08:36:13 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-04-15 09:12:08 -0400 |
commit | cd79d51420b90117d0f3e1d5f3cdf9187bd61b88 (patch) | |
tree | e526d0c548f67baf0b3fcd7e23f69814816709b5 /mysqlc | |
parent | d8b8530d4b920618e188bdfbe8e17d0a150df692 (diff) |
prefix all component_getFactory methods
Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
Diffstat (limited to 'mysqlc')
-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 e4295110f84b..ae16484d43b4 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" +<component xmlns="http://openoffice.org/2010/uno-components" prefix="mysqlc" 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 672633c26e1c..1d6139d99293 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 component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL mysqlc_component_getFactory( const sal_Char * pImplementationName, void * pServiceManager, void * /* pRegistryKey */) |