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 --- forms/source/component/ComboBox.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/source/component/ComboBox.cxx') diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx index 475ca63bec01..f9eaab0b31b5 100644 --- a/forms/source/component/ComboBox.cxx +++ b/forms/source/component/ComboBox.cxx @@ -373,7 +373,7 @@ void SAL_CALL OComboBoxModel::read(const Reference& } catch( const Exception& ) { - OSL_FAIL( "OComboBoxModel::read: caught an exception while examining the aggregate's string item list!" ); + TOOLS_WARN_EXCEPTION( "forms.component", "OComboBoxModel::read: caught an exception while examining the aggregate's string item list!" ); } // Version -- cgit v1.2.3