This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit c345b730907fd873889bd1b0633c6830cd477fcb Author: Arrigo Marchiori <[email protected]> AuthorDate: Mon Sep 20 06:57:43 2021 +0200 Whoops: removed temporary line (cherry picked from commit bdb20b2a644caf8c6da0dc8ab59650662275bb96) --- main/xmlsecurity/source/helper/xsecverify.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/main/xmlsecurity/source/helper/xsecverify.cxx b/main/xmlsecurity/source/helper/xsecverify.cxx index 718c1b8..101b944 100644 --- a/main/xmlsecurity/source/helper/xsecverify.cxx +++ b/main/xmlsecurity/source/helper/xsecverify.cxx @@ -219,7 +219,6 @@ void XSecController::setX509SerialNumber( rtl::OUString& ouX509SerialNumber ) void XSecController::setX509Certificate( rtl::OUString& ouX509Certificate ) { InternalSignatureInformation &isi = m_vInternalSignatureInformations[m_vInternalSignatureInformations.size()-1]; - setIfEmpty(isi.signatureInfor.ouX509Certificate, ouX509Certificate); if (isi.signatureInfor.ouX509Certificate.getLength()) { // We allow to re-set the same certificate only. // Whitespace may change.
