From a2f1be46f29dad0923bee8a93ab1aecdbccb332b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 24 Dec 2019 10:47:38 +0200 Subject: sal_Char->char in vcl Change-Id: I4359b7042f98586e2c9f5529d83d769cdf3d033c Reviewed-on: https://gerrit.libreoffice.org/85775 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uui/source/services.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui') diff --git a/uui/source/services.cxx b/uui/source/services.cxx index 6430da3dcf87..a3ba8ad6e849 100644 --- a/uui/source/services.cxx +++ b/uui/source/services.cxx @@ -31,7 +31,7 @@ using namespace com::sun::star::lang; using namespace com::sun::star::registry; -extern "C" SAL_DLLPUBLIC_EXPORT void * uui_component_getFactory(sal_Char const * pImplName, +extern "C" SAL_DLLPUBLIC_EXPORT void * uui_component_getFactory(char const * pImplName, void * pServiceManager, void *) { -- cgit