From d6d80c4e1783b4459bd4a8fbcbdfeebe416c1cb5 Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 30 Nov 2020 14:19:29 +0200 Subject: OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTION Change-Id: I6800e23ead2767d245d5da71d2d40e0f8a6d7e1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106859 Tested-by: Jenkins Reviewed-by: Noel Grandin --- uui/source/iahndl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uui/source') diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index a9c72d06f244..ec8cb02258db 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -923,7 +923,7 @@ UUIInteractionHelper::getInteractionHandlerList( } catch ( uno::Exception const & ) { - OSL_FAIL( "GetInteractionHandlerList - Caught Exception!" ); + TOOLS_WARN_EXCEPTION( "uui", "GetInteractionHandlerList" ); } } -- cgit