diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 09:46:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-19 09:56:51 +0100 |
commit | c1a4554c67fc975ead3f79b3511a76617e4615b3 (patch) | |
tree | de4da1c1ee26954ee76d2ffe8061ba86f44e5547 /linguistic/workben | |
parent | 02b24d77476f93887691dde564351d6f8b770b8f (diff) |
sal_Char->char in idlc..linguistic
Change-Id: Ib30fe34123ad7e5d892e8db9c742e08c4ca8fcd2
Reviewed-on: https://gerrit.libreoffice.org/85477
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic/workben')
-rw-r--r-- | linguistic/workben/sreg.cxx | 4 | ||||
-rw-r--r-- | linguistic/workben/sspellimp.cxx | 2 |
2 files changed, 3 insertions, 3 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, diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index 6cfc89cef298..04c5d03d6263 100644 --- a/linguistic/workben/sspellimp.cxx +++ b/linguistic/workben/sspellimp.cxx @@ -453,7 +453,7 @@ sal_Bool SAL_CALL SpellChecker_writeInfo( } -void * SAL_CALL SpellChecker_getFactory( const sal_Char * pImplName, +void * SAL_CALL SpellChecker_getFactory( const char * pImplName, XMultiServiceFactory * pServiceManager, void * ) { void * pRet = 0; |