diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 16:59:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-12-22 18:04:27 +0100 |
commit | 011dae60e2170f71ddf647d5ea2b844432480dc7 (patch) | |
tree | ba4edfbb56e224475bc462d99f89037e1d846aff /shell/source/win32/SysShentry.cxx | |
parent | e7f16852b96d0ccaaa8a5e2cdc55a0d77679d97c (diff) |
sal_Char->char in sfx2..slideshow
Change-Id: I59667664fc097989e0a78d8876f2be8353911236
Reviewed-on: https://gerrit.libreoffice.org/85701
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'shell/source/win32/SysShentry.cxx')
-rw-r--r-- | shell/source/win32/SysShentry.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/SysShentry.cxx b/shell/source/win32/SysShentry.cxx index 7306ea5e7a5a..130ba8de7dd5 100644 --- a/shell/source/win32/SysShentry.cxx +++ b/shell/source/win32/SysShentry.cxx @@ -44,7 +44,7 @@ extern "C" { SAL_DLLPUBLIC_EXPORT void* syssh_component_getFactory( - const sal_Char* pImplName, void*, void* /*pRegistryKey*/ ) + const char* pImplName, void*, void* /*pRegistryKey*/ ) { void* pRet = nullptr; |