This is an automated email from the ASF dual-hosted git repository.

ardovm pushed a commit to branch signatures
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/signatures by this push:
     new 3897e69  Whoops: removed temporary line
3897e69 is described below

commit 3897e69066039873c17226116164093398666c08
Author: Arrigo Marchiori <[email protected]>
AuthorDate: Mon Sep 20 06:57:43 2021 +0200

    Whoops: removed temporary line
---
 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.

Reply via email to