[Libreoffice-commits] core.git: Branch 'feature/gpg4libre2' - package/source
Thorsten Behrens
Thorsten.Behrens at CIB.de
Thu Dec 7 08:23:32 UTC 2017
package/source/zippackage/ZipPackageStream.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit a5c16516be328b537225c2cfeca1a59e10b329d3
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date: Thu Dec 7 09:21:12 2017 +0100
fixup package for clang errors
Change-Id: I15022f8675bb297cb806f4c830148fc6f7b93881
diff --git a/package/source/zippackage/ZipPackageStream.cxx b/package/source/zippackage/ZipPackageStream.cxx
index c87d000f21f5..160dfa8d310f 100644
--- a/package/source/zippackage/ZipPackageStream.cxx
+++ b/package/source/zippackage/ZipPackageStream.cxx
@@ -518,9 +518,6 @@ bool ZipPackageStream::saveChild(
const OUString sStartKeyAlgProperty ("StartKeyAlgorithm");
const OUString sDigestAlgProperty ("DigestAlgorithm");
const OUString sDerivedKeySizeProperty ("DerivedKeySize");
- const OUString sPgpKeyIDProperty ( "KeyId" );
- const OUString sPgpKeyPacketProperty ( "KeyPacket" );
- const OUString sCipherValueProperty ( "CipherValue" );
uno::Sequence < beans::PropertyValue > aPropSet (PKG_SIZE_NOENCR_MNFST);
More information about the Libreoffice-commits
mailing list