[Libreoffice-commits] .: Branch 'integration/dev300_m98' - svl/inc

Michael Meeks mmeeks at kemper.freedesktop.org
Tue Mar 8 05:12:22 PST 2011


 svl/inc/svl/PasswordHelper.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 15200ef2a87a8e4bad4b2370a2db71f55f094fa3
Author: Michael Meeks <michael.meeks at novell.com>
Date:   Tue Mar 8 13:07:36 2011 +0000

    lots of calc merging issues fixed

diff --git a/svl/inc/svl/PasswordHelper.hxx b/svl/inc/svl/PasswordHelper.hxx
index a7b262d..30d59f5 100644
--- a/svl/inc/svl/PasswordHelper.hxx
+++ b/svl/inc/svl/PasswordHelper.hxx
@@ -38,9 +38,10 @@ 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     GetHashPasswordBigEndian(com::sun::star::uno::Sequence<sal_Int8>& rPassHash, const String& sPass);
+
     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 Libreoffice-commits mailing list