[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-1' - xmlsecurity/source

Samuel Mehrbrodt (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 8 14:50:08 UTC 2020


 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 497180d86055dd532b66b8b11d2f86e4168182cc
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Sep 8 16:48:47 2020 +0200
Commit:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Sep 8 16:48:47 2020 +0200

    Fix build
    
    after 1f7a2f913af1173d22a1bb1c9e2d014226f6c4d5
    
    Change-Id: I19e2385e17c72a5767476a02bed4de9ca1971167

diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index 7edf92536e86..5be9bd0d603f 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -626,7 +626,7 @@ void DigitalSignaturesDialog::ImplFillSignaturesBox()
 
             if ( bSigValid )
             {
-                if (maSignatureManager.getStore().is())
+                if (maSignatureManager.mxStore.is())
                 {
                     // XML based.
                     bSigValid = DocumentSignatureHelper::checkIfAllFilesAreSigned(


More information about the Libreoffice-commits mailing list