[ooo-build-commit] .: svl/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Sep 28 08:46:46 PDT 2010
svl/inc/PasswordHelper.hxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit cda98a7d967e2049a38606cc0c21e49ed6fc6533
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Sep 28 11:38:45 2010 -0400
Ported calc-ods-sheet-protection-svtools.diff from ooo-build.
diff --git a/svl/inc/PasswordHelper.hxx b/svl/inc/PasswordHelper.hxx
index a7b262d..5943406 100644
--- a/svl/inc/PasswordHelper.hxx
+++ b/svl/inc/PasswordHelper.hxx
@@ -36,11 +36,12 @@ class String;
class SvPasswordHelper
{
- static void GetHashPassword(com::sun::star::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* pPass, sal_uInt32 nLen);
static void GetHashPasswordLittleEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
static void GetHashPasswordBigEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
public:
+ SVL_DLLPUBLIC static void GetHashPassword(com::sun::star::uno::Sequence <sal_Int8>& rPassHash, const sal_Char* pPass, sal_uInt32 nLen);
+
SVL_DLLPUBLIC static void GetHashPassword(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
/**
Use this method to compare a given string with another given Hash value.
More information about the ooo-build-commit
mailing list