summaryrefslogtreecommitdiff
path: root/extensions/test
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:14:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-19 09:16:08 +0100
commitd355bb660be059b1477a5dfb16df620cc3d1fa46 (patch)
tree292e722d127f6146b2a7e4f402a24bca2f7113ff /extensions/test
parent09121d24b667081ba8da9b521dff457d22150214 (diff)
sal_Char->char in extensions
Change-Id: I123a5091c5c07de49beba8f4e1d3e4704644ec68 Reviewed-on: https://gerrit.libreoffice.org/85473 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/cpnt/cpnt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx
index 5ef2e052e563..a45f5c02c26c 100644
--- a/extensions/test/ole/cpnt/cpnt.cxx
+++ b/extensions/test/ole/cpnt/cpnt.cxx
@@ -360,7 +360,7 @@ extern "C" sal_Bool SAL_CALL component_writeInfo( void * /*pServiceManager*/,
}
extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
- const sal_Char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
+ const char * pImplName, void * pServiceManager, void * /*pRegistryKey*/ )
{
static void * pRet= NULL;
if( ! pRet)