diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-01-17 20:57:47 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-01-17 20:58:30 +0100 |
commit | 53e6785f303e5b308a497e12d411251b216eaabf (patch) | |
tree | f1989e9b75c6d6eb1967f85d4c9fd4a3d95ca663 /comphelper/source | |
parent | 9f027559557cb132835d8a13cdc0281ad4e757ae (diff) |
xmlsecurity: cleanup comment
Change-Id: I1e34e1c4c51411be3de2dbd417126d263713c88a
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index c312b397974f..dad5b83511e2 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -483,7 +483,6 @@ uno::Sequence< beans::NamedValue > OStorageHelper::CreateGpgPackageEncryptionDat throw uno::RuntimeException("The GpgME library failed to initialize for the OpenPGP protocol."); ctx->setArmor(false); - // TODO: add self-encryption key from user config const uno::Reference< security::XCertificate >* pCerts=xSignCertificates.getConstArray(); for (sal_uInt32 i = 0, nNum = xSignCertificates.getLength(); i < nNum; i++, pCerts++) { |