summaryrefslogtreecommitdiff
path: root/vcl/source/app/salusereventlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/salusereventlist.cxx')
-rw-r--r--vcl/source/app/salusereventlist.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/app/salusereventlist.cxx b/vcl/source/app/salusereventlist.cxx
index b0741af8ec9e..ae0653c06ca2 100644
--- a/vcl/source/app/salusereventlist.cxx
+++ b/vcl/source/app/salusereventlist.cxx
@@ -110,8 +110,7 @@ bool SalUserEventList::DispatchUserEvents( bool bHandleAllCurrentEvents )
}
catch (css::uno::Exception&)
{
- auto const e2 = cppu::getCaughtException();
- SAL_WARN("vcl", "Uncaught " << exceptionToString(e2));
+ TOOLS_WARN_EXCEPTION("vcl", "Uncaught");
std::abort();
}
catch (std::exception& e)