diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-24 18:19:54 +0100 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-03-24 18:22:42 +0100 |
commit | 15b3e29808da85b1c304c571f52f12cc2e67884d (patch) | |
tree | daeccb22c0c7cb75591ed945a109418f4fff08e3 /oox | |
parent | 44956c3261b69eec054ffa5fe8440f14f571308c (diff) |
fdo#76222 oox: add support for MSO 2007 SP2 encrypted documents
Change-Id: I8fa586d49437ff5422fc3daa4c81439146e598a0
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/crypto/DocumentDecryption.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/crypto/DocumentDecryption.cxx b/oox/source/crypto/DocumentDecryption.cxx index b78842955cc4..c0cf3b17ead0 100644 --- a/oox/source/crypto/DocumentDecryption.cxx +++ b/oox/source/crypto/DocumentDecryption.cxx @@ -345,6 +345,7 @@ bool DocumentDecryption::readEncryptionInfo() switch (aVersion) { case VERSION_INFO_2007_FORMAT: + case VERSION_INFO_2007_FORMAT_SP2: mCryptoType = STANDARD_2007; // Set encryption info format bResult = readStandard2007EncryptionInfo( aBinaryInputStream ); break; |