From 9e81a56c8086a92d9b8a3b514b24b04180759a4d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jul 2019 16:56:30 +0000 Subject: Fix typo Change-Id: I4b5bc31e2513a36069643e8b302ed756985ed8b2 Reviewed-on: https://gerrit.libreoffice.org/75985 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/svl/sigstruct.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/svl') diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx index ceed929752ab..f6ee242c84d1 100644 --- a/include/svl/sigstruct.hxx +++ b/include/svl/sigstruct.hxx @@ -48,7 +48,7 @@ struct SignatureReferenceInformation // For ODF: XAdES digests (SHA256) or the old SHA1, from css::xml::crypto::DigestID sal_Int32 nDigestID; OUString ouDigestValue; - /// Type of the reference: an URI (newer idSignedProperties references) or empty. + /// Type of the reference: a URI (newer idSignedProperties references) or empty. OUString ouType; SignatureReferenceInformation() : @@ -109,9 +109,9 @@ struct SignatureInformation //XML signatures are written again (unless they have been removed). //If the date time string is converted into the DateTime structure //then information can be lost because it only holds a fractional - //of a second with a accuracy of one hundredth of second. + //of a second with an accuracy of one hundredth of second. //If the string contains - //milli seconds (because the document was created by an application other than OOo) + //milliseconds (because the document was created by an application other than OOo) //and the converted time is written back, then the string looks different //and the signature is broken. OUString ouDateTime; -- cgit