summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-11-12 11:45:41 +0200
committerTor Lillqvist <tml@collabora.com>2016-11-12 11:58:25 +0200
commitafca1634c9634b89be05c4822c6a317dabc29925 (patch)
treec65def34793ff1cd0b1addd5612509bffe58a55e /xmlsecurity
parent0415e4a9143b6240fec87675877ba59bf0c9d2a5 (diff)
cid#1394298: This field was uninitialized and unused
Probably cid#1394297 was a fallout from that? Change-Id: I98134ccbbbe8bc0b7d3c172ffddcdc3666f436f6
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/inc/sigstruct.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlsecurity/inc/sigstruct.hxx b/xmlsecurity/inc/sigstruct.hxx
index eb6180ad4d69..6dd4f7f206e2 100644
--- a/xmlsecurity/inc/sigstruct.hxx
+++ b/xmlsecurity/inc/sigstruct.hxx
@@ -70,8 +70,6 @@ struct SignatureInformation
{
sal_Int32 nSecurityId;
css::xml::crypto::SecurityOperationStatus nStatus;
- // For ODF: XAdES digests (SHA256) or the old SHA1, from css::xml::crypto::DigestID
- sal_Int32 nDigestID;
SignatureReferenceInformations vSignatureReferenceInfors;
OUString ouX509IssuerName;
OUString ouX509SerialNumber;