summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 10:57:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 10:57:46 +0000
commit59c510bfc1b45522dc26eefff9b55faa5eff7593 (patch)
tree1f1a70dc9ff77576b84b6814af383e194d472530 /xmlsecurity/source/helper
parente6c4fcdd84a7f508c4f5a63fbe0333f0ad75c0f1 (diff)
INTEGRATION: CWS jl32 (1.6.48); FILE MERGED
2006/03/21 12:12:30 jl 1.6.48.1: #i63427# removing a XML signature may break other signatures
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r--xmlsecurity/source/helper/xsecverify.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx
index dbd44939dcca..c00817b17d84 100644
--- a/xmlsecurity/source/helper/xsecverify.cxx
+++ b/xmlsecurity/source/helper/xsecverify.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xsecverify.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 17:24:16 $
+ * last change: $Author: vg $ $Date: 2006-04-07 11:57:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -223,6 +223,7 @@ void XSecController::setDate( rtl::OUString& ouDate )
{
InternalSignatureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1];
convertDateTime( isi.signatureInfor.stDateTime, ouDate );
+ isi.signatureInfor.ouDateTime = ouDate;
}
/*