summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_services.cxx
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-15 08:36:13 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-15 09:12:08 -0400
commitcd79d51420b90117d0f3e1d5f3cdf9187bd61b88 (patch)
treee526d0c548f67baf0b3fcd7e23f69814816709b5 /mysqlc/source/mysqlc_services.cxx
parentd8b8530d4b920618e188bdfbe8e17d0a150df692 (diff)
prefix all component_getFactory methods
Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
Diffstat (limited to 'mysqlc/source/mysqlc_services.cxx')
-rw-r--r--mysqlc/source/mysqlc_services.cxx2
1 files changed, 1 insertions, 1 deletions
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 */)