summaryrefslogtreecommitdiff
path: root/linguistic/workben/sreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/workben/sreg.cxx')
-rw-r--r--linguistic/workben/sreg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/workben/sreg.cxx b/linguistic/workben/sreg.cxx
index 3d63813ce881..64af55925d8e 100644
--- a/linguistic/workben/sreg.cxx
+++ b/linguistic/workben/sreg.cxx
@@ -31,7 +31,7 @@ extern sal_Bool SAL_CALL SpellChecker_writeInfo(
void * /*pServiceManager*/, XRegistryKey * pRegistryKey );
extern void * SAL_CALL SpellChecker_getFactory(
- const sal_Char * pImplName,
+ const char * pImplName,
XMultiServiceFactory * pServiceManager,
void * /*pRegistryKey*/ );
@@ -47,7 +47,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
- const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey )
+ const char * pImplName, void * pServiceManager, void * pRegistryKey )
{
void * pRet = SpellChecker_getFactory(
pImplName,