summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-05-05 09:59:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-05-05 17:35:08 +0200
commit9e57e164844e67faaf2b0424181c2df29e871992 (patch)
tree7932e66cc45c786e0055bea6603f4284ebb856fb /xmlsecurity
parent7fe756570fb4ab30f540d644fd5125a67c2d9ea9 (diff)
loplugin:unusedvariableplus
Change-Id: Id93086be1224b6f6bf0bdaa1d50b4f289099027e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133876 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xsecctl.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx
index e1caea0fade9..5a9bf57ec061 100644
--- a/xmlsecurity/source/helper/xsecctl.cxx
+++ b/xmlsecurity/source/helper/xsecctl.cxx
@@ -926,7 +926,6 @@ void XSecController::exportOOXMLSignature(const uno::Reference<embed::XStorage>&
void XSecController::UpdateSignatureInformation(sal_Int32 const nSecurityId,
std::vector<SignatureInformation::X509Data> && rDatas)
{
- SignatureInformation aInf( 0 );
int const nIndex = findSignatureInfor(nSecurityId);
assert(nIndex != -1); // nothing should touch this between parsing and verify
m_vInternalSignatureInformations[nIndex].signatureInfor.X509Datas = std::move(rDatas);