sfx2/source/doc/objserv.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6ca61953caa030574ea15a607ec1ed8c12920acd
Author: Caolán McNamara <[email protected]>
AuthorDate: Thu Mar 11 19:56:49 2021 +0000
Commit: Caolán McNamara <[email protected]>
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 <[email protected]>
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");
}
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits