summaryrefslogtreecommitdiffstats
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-22 20:37:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-23 07:40:24 +0100
commit2976a37ff7039d521c4d15a8387e9db9b27f89d8 (patch)
tree8462d9c2dd1d08db3d255d75fb4d44e3c7a556a9 /include/svl
parentsd: explain ENABLE_PDFIMPORT-guarded tests (diff)
downloadcore-2976a37ff7039d521c4d15a8387e9db9b27f89d8.tar.gz
core-2976a37ff7039d521c4d15a8387e9db9b27f89d8.zip
sal_Char->char in svtools..svl
Change-Id: Ideb61209e8795865bce6e0b1d667b34f8a8db4d9 Reviewed-on: https://gerrit.libreoffice.org/85713 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/PasswordHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/PasswordHelper.hxx b/include/svl/PasswordHelper.hxx
index a71f2ca7c172..ef3dc2c21cbc 100644
--- a/include/svl/PasswordHelper.hxx
+++ b/include/svl/PasswordHelper.hxx
@@ -30,7 +30,7 @@ class SvPasswordHelper
static void GetHashPasswordBigEndian(css::uno::Sequence<sal_Int8>& rPassHash, const OUString& sPass);
public:
- SVL_DLLPUBLIC static void GetHashPassword(css::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* pPass, sal_uInt32 nLen);
+ SVL_DLLPUBLIC static void GetHashPassword(css::uno::Sequence <sal_Int8>& rPassHash, const char* pPass, sal_uInt32 nLen);
SVL_DLLPUBLIC static void GetHashPassword(css::uno::Sequence<sal_Int8>& rPassHash, const OUString& sPass);
SVL_DLLPUBLIC static void GetHashPasswordSHA1UTF8(css::uno::Sequence<sal_Int8>& rPassHash, const OUString& sPass);