diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 14:23:33 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-18 17:40:23 +0100 |
commit | 685c9642c190c8d2585f46c058e950d279e0aa8f (patch) | |
tree | ede574ce54d62fcda3ae12a81c9dd3b7c64e7172 /cppuhelper | |
parent | 9e5cbcf90f15f46f84900a58bcaee437b98587f6 (diff) |
sal_Char->char in cppcanvas..cui
Change-Id: I7e9fa7011f1e0bf143f86055718c772caebf8ee6
Reviewed-on: https://gerrit.libreoffice.org/85397
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/implementationentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/implementationentry.cxx b/cppuhelper/source/implementationentry.cxx index ba4e72833f4a..f28547dfacc2 100644 --- a/cppuhelper/source/implementationentry.cxx +++ b/cppuhelper/source/implementationentry.cxx @@ -61,7 +61,7 @@ sal_Bool component_writeInfoHelper( void * component_getFactoryHelper( - sal_Char const * pImplName, SAL_UNUSED_PARAMETER void *, + char const * pImplName, SAL_UNUSED_PARAMETER void *, SAL_UNUSED_PARAMETER void *, const struct ImplementationEntry entries[]) { |