[Libreoffice-commits] core.git: include/o3tl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Sep 21 11:21:27 UTC 2020
include/o3tl/deleter.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 649a625cb585af244a3d5e57911670784fa87c40
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Sep 21 11:37:44 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Sep 21 13:20:53 2020 +0200
missing identifier
Change-Id: Id3a41a7832299d51776ccd9ea008092c0ee62aab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103093
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/include/o3tl/deleter.hxx b/include/o3tl/deleter.hxx
index 72d13d086de1..a886acb03d3c 100644
--- a/include/o3tl/deleter.hxx
+++ b/include/o3tl/deleter.hxx
@@ -32,7 +32,7 @@ template<typename T> struct default_delete
{
delete p;
}
- catch (const css::uno::Exception&)
+ catch (const css::uno::Exception& ex)
{
SAL_WARN("vcl.app", "Fatal exception: " << exceptionToString(ex));
std::terminate();
More information about the Libreoffice-commits
mailing list