This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push: new 2200ed4 Revert "Fix regression" 2200ed4 is described below commit 2200ed4b753a121eed3bf8f6623ed27453f800a1 Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Fri Sep 17 11:14:29 2021 -0700 Revert "Fix regression" This reverts commit 8167b394bd75b0ba1462b5f1ed80a6d339d0f4ec. --- main/xmlsecurity/source/helper/xsecverify.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/xmlsecurity/source/helper/xsecverify.cxx b/main/xmlsecurity/source/helper/xsecverify.cxx index 55d8a19..4cc3870 100644 --- a/main/xmlsecurity/source/helper/xsecverify.cxx +++ b/main/xmlsecurity/source/helper/xsecverify.cxx @@ -220,10 +220,7 @@ void XSecController::setDate( rtl::OUString& ouDate ) { InternalSignatureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; convertDateTime( isi.signatureInfor.stDateTime, ouDate ); - isi.signatureInfor.ouDateTime = ouDate; - /* When signing with the following code we get a 0 date time. setIfEmpty(isi.signatureInfor.ouDateTime, ouDate); - */ } /*