From 5a7f6793ac227c348198ae5958db5951214ec8d2 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 19 Mar 2011 14:12:37 +0100 Subject: Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) --- remotebridges/examples/officeclient.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remotebridges') diff --git a/remotebridges/examples/officeclient.cxx b/remotebridges/examples/officeclient.cxx index c6c7d3af7335..fb7f134f3466 100644 --- a/remotebridges/examples/officeclient.cxx +++ b/remotebridges/examples/officeclient.cxx @@ -304,7 +304,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); + OSL_FAIL( "### InvalidRegistryException!" ); } } return sal_False; -- cgit