summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-08-11 08:13:09 +0000
committerOliver Bolte <obo@openoffice.org>2004-08-11 08:13:09 +0000
commit6fc1367c3c138d0a3464de81461fd3311edc3c02 (patch)
treefd7d54bca64ecd1c360d41b2b9d3de01b2ffefc4 /sw
parentecd84c4cf4bf02e8bd2e89e4dde21a64e11848e5 (diff)
INTEGRATION: CWS encryption (1.67.102); FILE MERGED
2004/06/04 10:32:23 cmc 1.67.102.1: #i5362# add office97 RC4 decryption support to writer, rejoice!
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/ww8scan.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8scan.hxx b/sw/source/filter/ww8/ww8scan.hxx
index b9cf2235a4f7..4d8f6fdebc6a 100644
--- a/sw/source/filter/ww8/ww8scan.hxx
+++ b/sw/source/filter/ww8/ww8scan.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8scan.hxx,v $
*
- * $Revision: 1.67 $
+ * $Revision: 1.68 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 11:59:43 $
+ * last change: $Author: obo $ $Date: 2004-08-11 09:13:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1061,8 +1061,8 @@ public:
UINT16 nFibBack; // 0xc
- INT16 lKey1; // 0xe file encrypted key, only valid if fEncrypted.
- INT16 lKey2; // 0x10 key in 2 Portionen wg. Misalignment
+ UINT16 nHash; // 0xe file encrypted hash
+ UINT16 nKey; // 0x10 file encrypted key
UINT8 envr; // 0x12 environment in which file was created
// 0 created by Win Word / 1 created by Mac Word
BYTE fMac :1; // 0x13 when 1, this file was last saved in the Mac environment