diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-08-13 23:25:24 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-08-14 00:01:51 +0200 |
commit | 3423db6f81dfcd3993178a70bde7c69a0c02c302 (patch) | |
tree | e4194e7f9cec4e2cffd1bcb0169cb262d0aab2f5 /oox/Library_oox.mk | |
parent | 73c02c20b19702dbe662fe0d80601049f015d8ac (diff) |
fdo#59524 Encryption for MS Office 2007 Spreadsheet documents
This enables saving of MS 2007 spreadsheet documents with a password.
The encryption used is the same as used in Office 2007 (however
different than in Office 2010 and 2013 which use "agile" encryption).
Change-Id: I3539e811d95b6f9178246ab269d13bb385a48bd2
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r-- | oox/Library_oox.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk index 45f4b9cc494a..f8477369319b 100644 --- a/oox/Library_oox.mk +++ b/oox/Library_oox.mk @@ -78,6 +78,7 @@ $(eval $(call gb_Library_add_exception_objects,oox,\ oox/source/core/binarycodec \ oox/source/core/contexthandler2 \ oox/source/core/contexthandler \ + oox/source/core/DocumentCrypt \ oox/source/core/fastparser \ oox/source/core/fasttokenhandler \ oox/source/core/filterbase \ |