summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NServices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NServices.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NServices.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab2/NServices.cxx b/connectivity/source/drivers/evoab2/NServices.cxx
index afc6291307cb..0fc8f8d07e98 100644
--- a/connectivity/source/drivers/evoab2/NServices.cxx
+++ b/connectivity/source/drivers/evoab2/NServices.cxx
@@ -47,7 +47,7 @@ struct ProviderRequest
ProviderRequest(
void* pServiceManager,
- sal_Char const* pImplementationName
+ char const* pImplementationName
)
: xServiceManager(static_cast<XMultiServiceFactory*>(pServiceManager))
, sImplementationName(OUString::createFromAscii(pImplementationName))
@@ -81,7 +81,7 @@ struct ProviderRequest
}
extern "C" SAL_DLLPUBLIC_EXPORT void* evoab2_component_getFactory(
- const sal_Char* pImplementationName,
+ const char* pImplementationName,
void* pServiceManager,
void* /*pRegistryKey*/)
{