diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-13 14:50:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-14 09:03:47 +0200 |
commit | 320555963d69cbe19570a555a476d0ae757fef98 (patch) | |
tree | 5bf96036078a0136c8c18519499ff86b33406e12 /include/svl/sigstruct.hxx | |
parent | e99991216e47751b80238825aaeb21702d46dc34 (diff) |
loplugin:ostr in svl
Change-Id: Idae670a53d6d9aab0ec7132077f3e7b7f6fa5287
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167595
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/sigstruct.hxx')
-rw-r--r-- | include/svl/sigstruct.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx index 20cb0ebd2d0a..5b1609f7f9c1 100644 --- a/include/svl/sigstruct.hxx +++ b/include/svl/sigstruct.hxx @@ -53,9 +53,7 @@ struct SignatureReferenceInformation SignatureReferenceInformation() : nType(SignatureReferenceType::SAMEDOCUMENT), - ouURI(""), - nDigestID(css::xml::crypto::DigestID::SHA1), - ouDigestValue("") + nDigestID(css::xml::crypto::DigestID::SHA1) { } |