summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dialog2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_dialog2.cxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_dialog2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_dialog2.cxx b/desktop/source/deployment/gui/dp_gui_dialog2.cxx
index ca2d23fff9a6..0d0f609cf013 100644
--- a/desktop/source/deployment/gui/dp_gui_dialog2.cxx
+++ b/desktop/source/deployment/gui/dp_gui_dialog2.cxx
@@ -736,7 +736,7 @@ IMPL_LINK_NOARG(ExtMgrDialog, HandleCancelBtn, weld::Button&, void)
}
catch ( const uno::RuntimeException & )
{
- OSL_FAIL( "### unexpected RuntimeException!" );
+ TOOLS_WARN_EXCEPTION( "dbaccess", "" );
}
}
}
@@ -1059,7 +1059,7 @@ IMPL_LINK_NOARG(UpdateRequiredDialog, HandleCancelBtn, weld::Button&, void)
}
catch ( const uno::RuntimeException & )
{
- OSL_FAIL( "### unexpected RuntimeException!" );
+ TOOLS_WARN_EXCEPTION( "desktop", "" );
}
}
}