From 4450b2a16677431b1b9dfaa28d0b9af9e51ebdec Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 2 Apr 2018 08:58:19 +0200 Subject: pass area param to DBG_UNHANDLED_EXCEPTION and update sallogareas plugin to enforce this Change-Id: Id0782c8a1f619372e10d931aec3c6a4743a4c86a Reviewed-on: https://gerrit.libreoffice.org/52249 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/ui/dlg/UserAdminDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx') diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx index 59b7303aeb4c..37a1db875882 100644 --- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx +++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx @@ -112,7 +112,7 @@ namespace dbaui } catch(const Exception&) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("dbaccess"); } short nRet = SfxTabDialog::Execute(); if ( nRet == RET_OK ) -- cgit