diff options
Diffstat (limited to 'connectivity/source/drivers/calc/Cservices.cxx')
-rw-r--r-- | connectivity/source/drivers/calc/Cservices.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/calc/Cservices.cxx b/connectivity/source/drivers/calc/Cservices.cxx index 91f58219cac3..06a516ddc119 100644 --- a/connectivity/source/drivers/calc/Cservices.cxx +++ b/connectivity/source/drivers/calc/Cservices.cxx @@ -46,7 +46,7 @@ struct ProviderRequest ProviderRequest( void* pServiceManager, - sal_Char const* pImplementationName + char const* pImplementationName ) : xServiceManager(static_cast<XMultiServiceFactory*>(pServiceManager)) , sImplementationName(OUString::createFromAscii(pImplementationName)) @@ -79,7 +79,7 @@ struct ProviderRequest } extern "C" SAL_DLLPUBLIC_EXPORT void* connectivity_calc_component_getFactory( - const sal_Char* pImplementationName, + const char* pImplementationName, void* pServiceManager, void* /*pRegistryKey*/) { |