diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-01 21:51:40 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-01 21:54:57 +0300 |
commit | f42a9309760565d24619bad9ee1f5561ce89c14b (patch) | |
tree | ced23dcb7bef9a4838a426b67cd5d725bcb606a5 /connectivity/source/drivers/odbc/oservices.cxx | |
parent | 36a2db3722b79ed3df075d7f3fa77fb761bcf5a4 (diff) |
Use prefixes for these UNO components
Change-Id: I719f10818fd211bfe60e5351a5de53a716fdf20f
Diffstat (limited to 'connectivity/source/drivers/odbc/oservices.cxx')
-rw-r--r-- | connectivity/source/drivers/odbc/oservices.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbc/oservices.cxx b/connectivity/source/drivers/odbc/oservices.cxx index 807cf60895e5..73837a73084d 100644 --- a/connectivity/source/drivers/odbc/oservices.cxx +++ b/connectivity/source/drivers/odbc/oservices.cxx @@ -76,7 +76,7 @@ struct ProviderRequest }; //--------------------------------------------------------------------------------------- -extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( +extern "C" SAL_DLLPUBLIC_EXPORT void* SAL_CALL odbc_component_getFactory( const sal_Char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/) |