[Libreoffice-commits] core.git: sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Mar 12 09:10:45 UTC 2021


 sfx2/source/doc/objserv.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6ca61953caa030574ea15a607ec1ed8c12920acd
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Mar 11 19:56:49 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Mar 12 10:09:53 2021 +0100

    log if there was an exception in GetDocumentSignatureInformation
    
    Change-Id: I335ba7916142f07ed8408453bfe8aa7068c35711
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112363
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index f9c1605c25a1..f5d5cd441831 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -1733,6 +1733,7 @@ uno::Sequence< security::DocumentSignatureInformation > SfxObjectShell::GetDocum
         }
         catch( css::uno::Exception& )
         {
+            TOOLS_WARN_EXCEPTION("sfx.doc", "Failed to get document signature information");
         }
     }
 


More information about the Libreoffice-commits mailing list