summaryrefslogtreecommitdiffstats
path: root/package/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-01-12 18:34:04 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-12 23:31:44 +0100
commit50382b9e9256d7361e3770daa654fb8d09448635 (patch)
treef2666f1e8f92a52f59228fae2d5984b1743e0b8c /package/inc
parenttdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1 (diff)
downloadcore-50382b9e9256d7361e3770daa654fb8d09448635.tar.gz
core-50382b9e9256d7361e3770daa654fb8d09448635.zip
tdf#114939 package: change ODF 1.1 export to use real SHA1
Change-Id: I20d4965cc467df56536ca03b773b3f0f61b1f2a3
Diffstat (limited to 'package/inc')
-rw-r--r--package/inc/ZipPackageStream.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx
index 67428c086948..b691370bf7e0 100644
--- a/package/inc/ZipPackageStream.hxx
+++ b/package/inc/ZipPackageStream.hxx
@@ -84,9 +84,9 @@ public:
void SetFromManifest( bool bValue ) { m_bFromManifest = bValue; }
enum class Bugs { None, WinEncodingWrongSHA1, WrongSHA1 };
- ::rtl::Reference<EncryptionData> GetEncryptionData(Bugs bugs = Bugs::WrongSHA1);
+ ::rtl::Reference<EncryptionData> GetEncryptionData(Bugs bugs = Bugs::None);
- css::uno::Sequence<sal_Int8> GetEncryptionKey(Bugs bugs = Bugs::WrongSHA1);
+ css::uno::Sequence<sal_Int8> GetEncryptionKey(Bugs bugs = Bugs::None);
sal_Int32 GetStartKeyGenID();