From c1a4554c67fc975ead3f79b3511a76617e4615b3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Dec 2019 09:46:58 +0200 Subject: sal_Char->char in idlc..linguistic Change-Id: Ib30fe34123ad7e5d892e8db9c742e08c4ca8fcd2 Reviewed-on: https://gerrit.libreoffice.org/85477 Tested-by: Jenkins Reviewed-by: Noel Grandin --- io/source/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/source/services.cxx') diff --git a/io/source/services.cxx b/io/source/services.cxx index 557712dbf493..c0da0ee8b3ad 100644 --- a/io/source/services.cxx +++ b/io/source/services.cxx @@ -93,7 +93,7 @@ static const struct ImplementationEntry g_entries[] = }; extern "C" SAL_DLLPUBLIC_EXPORT void * io_component_getFactory( - const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) + const char * pImplName, void * pServiceManager, void * pRegistryKey ) { return component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey , g_entries ); } -- cgit