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;
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);
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);
18 Use this method to compare a given string with another given Hash value.