From 66fd1442696059cc6de07ec96af77082654a0990 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 13 Aug 2011 15:12:01 +0200 Subject: Some cppcheck cleaning --- xmlsecurity/source/helper/documentsignaturehelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/source') diff --git a/xmlsecurity/source/helper/documentsignaturehelper.cxx b/xmlsecurity/source/helper/documentsignaturehelper.cxx index 2c33af2dc372..fc06f9e7555c 100644 --- a/xmlsecurity/source/helper/documentsignaturehelper.cxx +++ b/xmlsecurity/source/helper/documentsignaturehelper.cxx @@ -155,7 +155,7 @@ bool DocumentSignatureHelper::isOOo3_2_Signature(const SignatureInformation & si bool bOOo3_2 = false; typedef ::std::vector< SignatureReferenceInformation >::const_iterator CIT; for (CIT i = sigInfo.vSignatureReferenceInfors.begin(); - i < sigInfo.vSignatureReferenceInfors.end(); i++) + i < sigInfo.vSignatureReferenceInfors.end(); ++i) { if (i->ouURI.equals(sManifestURI)) { -- cgit