summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xestream.cxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-11-24 13:45:55 +0100
committerMikhail Voytenko <mav@openoffice.org>2010-11-24 13:45:55 +0100
commita3816d55a7bb3273046dccbb200a9637a539e001 (patch)
treed472247876903e0a2fb108c400b70587d68adeff /sc/source/filter/excel/xestream.cxx
parent31fe9daed03de3deb52443b4a795fbc75b870575 (diff)
pl08: #i115742# fix excel export and import functionality
Diffstat (limited to 'sc/source/filter/excel/xestream.cxx')
-rw-r--r--sc/source/filter/excel/xestream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index b15568e8ce9a..356b0d8bab42 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -600,7 +600,7 @@ void XclExpBiff8Encrypter::Init( const uno::Sequence< beans::NamedValue >& aEncr
// generate salt hash.
::msfilter::MSCodec_Std97 aCodec;
aCodec.InitCodec( aEncryptionData );
- aCodec.GetDigestFromSalt( mpnSalt, mpnSaltDigest );
+ aCodec.CreateSaltDigest( mpnSalt, mpnSaltDigest );
// verify to make sure it's in good shape.
mbValid = maCodec.VerifyKey( mpnSalt, mpnSaltDigest );