diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-10-03 19:41:28 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-10-05 14:47:29 +0200 |
commit | b6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (patch) | |
tree | ac06305ef34d9a2d661a34cf22e78e4760e0b522 /comphelper | |
parent | 09d70a097136719df3f8f08f5cbaa8dae4369279 (diff) |
TSCP: include certificate usage in paragraph signatures
Change-Id: I6f4b891a016c67051efd9033329065d7e3c8a06b
Reviewed-on: https://gerrit.libreoffice.org/43022
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/storagehelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/storagehelper.cxx b/comphelper/source/misc/storagehelper.cxx index 6bb66ed6b6dc..166955d3b226 100644 --- a/comphelper/source/misc/storagehelper.cxx +++ b/comphelper/source/misc/storagehelper.cxx @@ -433,7 +433,7 @@ uno::Sequence< beans::NamedValue > OStorageHelper::CreateGpgPackageEncryptionDat security::DocumentDigitalSignatures::createWithVersion( comphelper::getProcessComponentContext(), "1.2" ) ); - // The use may provide a description while choosing a certificate. + // The user may provide a description while choosing a certificate. OUString aDescription; uno::Reference< security::XCertificate > xSignCertificate= xSigner->chooseEncryptionCertificate(aDescription); |