summaryrefslogtreecommitdiff
path: root/linguistic/source/lngreg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:46:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:56:51 +0100
commitc1a4554c67fc975ead3f79b3511a76617e4615b3 (patch)
treede4da1c1ee26954ee76d2ffe8061ba86f44e5547 /linguistic/source/lngreg.hxx
parent02b24d77476f93887691dde564351d6f8b770b8f (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/source/lngreg.hxx')
-rw-r--r--linguistic/source/lngreg.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/linguistic/source/lngreg.hxx b/linguistic/source/lngreg.hxx
index 129b0e95c498..6cbbb0df3135 100644
--- a/linguistic/source/lngreg.hxx
+++ b/linguistic/source/lngreg.hxx
@@ -30,31 +30,31 @@ namespace com { namespace sun { namespace star { namespace lang {
extern void * LngSvcMgr_getFactory
(
- const sal_Char * pImplName,
+ const char * pImplName,
css::lang::XMultiServiceFactory * pServiceManager
);
extern void * DicList_getFactory
(
- const sal_Char * pImplName,
+ const char * pImplName,
css::lang::XMultiServiceFactory * pServiceManager
);
void * LinguProps_getFactory
(
- const sal_Char * pImplName,
+ const char * pImplName,
css::lang::XMultiServiceFactory * pServiceManager
);
extern void * ConvDicList_getFactory
(
- const sal_Char * pImplName,
+ const char * pImplName,
css::lang::XMultiServiceFactory * pServiceManager
);
extern void * GrammarCheckingIterator_getFactory
(
- const sal_Char * pImplName,
+ const char * pImplName,
css::lang::XMultiServiceFactory * pServiceManager
);