diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-26 14:11:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-31 15:17:14 +0200 |
commit | 496f32ea2ba3600f739cf8e56e5fae65ce4927cb (patch) | |
tree | 1d4807b37df7a455c919bdb602f8fc93e4acb521 /xmlsecurity/source/dialogs | |
parent | caa626809433b06b2a6f5eff80c6d0d2f4d71b7e (diff) |
Fix typos
Change-Id: I69e5c6d82fddd1da1e414e7764f3a5d90351a43d
Reviewed-on: https://gerrit.libreoffice.org/76377
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmlsecurity/source/dialogs')
-rw-r--r-- | xmlsecurity/source/dialogs/certificatechooser.cxx | 2 | ||||
-rw-r--r-- | xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/certificatechooser.cxx b/xmlsecurity/source/dialogs/certificatechooser.cxx index 68bd9efbb497..ec499bc159b0 100644 --- a/xmlsecurity/source/dialogs/certificatechooser.cxx +++ b/xmlsecurity/source/dialogs/certificatechooser.cxx @@ -86,7 +86,7 @@ short CertificateChooser::run() // PostUserEvent( LINK( this, CertificateChooser, Initialize ) ); - // PostUserLink behavior is to slow, so do it directly before Execute(). + // PostUserLink behavior is too slow, so do it directly before Execute(). // Problem: This Dialog should be visible right now, and the parent should not be accessible. // Show, Update, DisableInput... diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx index c2568eba803b..9ff40b864144 100644 --- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx +++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx @@ -596,7 +596,7 @@ void DigitalSignaturesDialog::ImplFillSignaturesBox() sImage = BMP_SIG_NOT_VALIDATED; } //Check if the signature is a "old" document signature, that is, which was created - //by an version of OOo previous to 3.2 + //by a version of OOo previous to 3.2 // If there is no storage, then it's pointless to check storage // stream references. else if (maSignatureManager.getSignatureMode() == DocumentSignatureMode::Content |