diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-02-19 13:59:31 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-03-03 12:45:39 +0100 |
commit | d2a345e1163616fe3201ef1d6c758e2e819214e0 (patch) | |
tree | f0f32953da4cfba7fb6ee6b669305b1af5eb3549 /include/svl | |
parent | 4ab8d9c09a5873ca0aea56dafa1ab34758d52ef7 (diff) |
xmlsecurity: remove XSecController::setPropertyId()
Change-Id: Iab5a59af73048765ead718fe941d6dec933a7060
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111252
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/sigstruct.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx index 26e26a42022c..cc0324fdfcca 100644 --- a/include/svl/sigstruct.hxx +++ b/include/svl/sigstruct.hxx @@ -101,6 +101,7 @@ struct SignatureInformation // XAdES EncapsulatedX509Certificate values std::set<OUString> maEncapsulatedX509Certificates; + OUString ouSignatureId; // signature may contain multiple time stamps - check they're consistent bool hasInconsistentSigningTime = false; //We also keep the date and time as string. This is done when this @@ -115,8 +116,8 @@ struct SignatureInformation //and the converted time is written back, then the string looks different //and the signature is broken. OUString ouDateTime; - OUString ouSignatureId; - OUString ouPropertyId; + /// The Id attribute of the <SignatureProperty> element that contains the <dc:date>. + OUString ouDateTimePropertyId; /// Characters of the <dc:description> element inside the signature. OUString ouDescription; /// The Id attribute of the <SignatureProperty> element that contains the <dc:description>. |