From afca1634c9634b89be05c4822c6a317dabc29925 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 12 Nov 2016 11:45:41 +0200 Subject: cid#1394298: This field was uninitialized and unused Probably cid#1394297 was a fallout from that? Change-Id: I98134ccbbbe8bc0b7d3c172ffddcdc3666f436f6 --- xmlsecurity/inc/sigstruct.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'xmlsecurity') 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; -- cgit