diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-20 14:31:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-21 11:16:11 +0100 |
commit | 3fabbd0a22219464545f933fc28c869a6fa89546 (patch) | |
tree | 164958f2fddf0f3464fac02c02c8581e8712247c /include | |
parent | fc514cbf30be1613fdf4d4b7c12cbd55ca08b9b0 (diff) |
rework things in light of now available documentation
Change-Id: If5f75e27191017a8c6a3929e2a70d21840f157c6
Diffstat (limited to 'include')
-rw-r--r-- | include/filter/msfilter/mscodec.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/filter/msfilter/mscodec.hxx b/include/filter/msfilter/mscodec.hxx index dd3acbc1a6bf..fa71a1542a29 100644 --- a/include/filter/msfilter/mscodec.hxx +++ b/include/filter/msfilter/mscodec.hxx @@ -374,6 +374,8 @@ const sal_uInt32 ENCRYPT_KEY_SIZE_AES_256 = 0x00000100; const sal_uInt32 ENCRYPT_PROVIDER_TYPE_AES = 0x00000018; const sal_uInt32 ENCRYPT_PROVIDER_TYPE_RC4 = 0x00000001; +// version of encryption info used in MS Office 1997 (major = 1, minor = 1) +const sal_uInt32 VERSION_INFO_1997_FORMAT = 0x00010001; // version of encryption info used in MS Office 2007 (major = 3, minor = 2) const sal_uInt32 VERSION_INFO_2007_FORMAT = 0x00020003; // version of encryption info used in MS Office 2007 SP2 and older (major = 4, minor = 2) |