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 /connectivity | |
parent | d8b8530d4b920618e188bdfbe8e17d0a150df692 (diff) |
prefix all component_getFactory methods
Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mork/services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mork/services.cxx b/connectivity/source/drivers/mork/services.cxx index aa610e1f73bc..150b21d63a8c 100644 --- a/connectivity/source/drivers/mork/services.cxx +++ b/connectivity/source/drivers/mork/services.cxx @@ -30,7 +30,7 @@ static cppu::ImplementationEntry const services[] = } -extern "C" SAL_DLLPUBLIC_EXPORT void *SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void *SAL_CALL mork_component_getFactory( char const *pImplName, void *pServiceManager, void *pRegistryKey) { return cppu::component_getFactoryHelper( |