From 6eef1937db49788ac55a1fd2df3f1e2505e27499 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Dec 2019 12:48:22 +0200 Subject: sal_Char->char in xmloff..xmlsecurity Change-Id: I292d699ce1de10ca9341525161f5da2592102ff7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85778 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlscript/source/misc/unoservices.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlscript/source') diff --git a/xmlscript/source/misc/unoservices.cxx b/xmlscript/source/misc/unoservices.cxx index e6fce092b762..4c5ff6e24381 100644 --- a/xmlscript/source/misc/unoservices.cxx +++ b/xmlscript/source/misc/unoservices.cxx @@ -39,7 +39,7 @@ namespace xmlscript extern "C" { SAL_DLLPUBLIC_EXPORT void * xmlscript_component_getFactory( - const sal_Char * pImplName, void * pServiceManager, void * pRegistryKey ) + const char * pImplName, void * pServiceManager, void * pRegistryKey ) { return ::cppu::component_getFactoryHelper( pImplName, pServiceManager, pRegistryKey, ::xmlscript::s_entries ); -- cgit