merge the formfield patch from ooo-build
[ooovba.git] / applied_patches / 0169-calc-ods-sheet-protection-svtools.diff
blobb35c9e5337a9afb1de4e518f0cd719e03f976129
1 diff --git svtools/inc/PasswordHelper.hxx svtools/inc/PasswordHelper.hxx
2 index 8407114..d0788e3 100644
3 --- svtools/inc/PasswordHelper.hxx
4 +++ svtools/inc/PasswordHelper.hxx
5 @@ -39,11 +39,12 @@ class String;
7 class SvPasswordHelper
9 - static void GetHashPassword(com::sun::star::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* pPass, sal_uInt32 nLen);
10 static void GetHashPasswordLittleEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
11 static void GetHashPasswordBigEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
13 public:
14 + SVL_DLLPUBLIC static void GetHashPassword(com::sun::star::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* pPass, sal_uInt32 nLen);
16 SVL_DLLPUBLIC static void GetHashPassword(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
17 /**
18 Use this method to compare a given string with another given Hash value.