From febb1b2861ce276ad79fccd95e9eadc9e435603c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 23 Dec 2019 11:57:05 +0200 Subject: sal_Char->char in ucb Change-Id: Ib8b14df44da17fb0ebb12f160b66573183f7a17e Reviewed-on: https://gerrit.libreoffice.org/85745 Tested-by: Jenkins Reviewed-by: Noel Grandin --- ucb/source/ucp/package/pkgservices.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucb/source/ucp/package') diff --git a/ucb/source/ucp/package/pkgservices.cxx b/ucb/source/ucp/package/pkgservices.cxx index d0e0d8930166..c6409e2ca42c 100644 --- a/ucb/source/ucp/package/pkgservices.cxx +++ b/ucb/source/ucp/package/pkgservices.cxx @@ -25,7 +25,7 @@ using namespace com::sun::star; extern "C" SAL_DLLPUBLIC_EXPORT void * ucppkg1_component_getFactory( - const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) + const char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ ) { void * pRet = nullptr; -- cgit