summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-03-08 13:07:36 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-08 13:07:36 +0000
commit15200ef2a87a8e4bad4b2370a2db71f55f094fa3 (patch)
treeaa8b04fec270ce8effb8074316c369fda1714bf2
parentfc7299dc6a679bf3189da136f78cdd3406a571c1 (diff)
lots of calc merging issues fixedintegration/dev300_m98
-rw-r--r--svl/inc/svl/PasswordHelper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svl/inc/svl/PasswordHelper.hxx b/svl/inc/svl/PasswordHelper.hxx
index a7b262d921..30d59f5165 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.