From 3d874bdf409ca4a099853b30aeb9932e45c56f60 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 19 Mar 2011 14:11:09 +0100 Subject: Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) --- sax/test/sax/testsax.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index ece7d7327129..6fe4fb5b1d0a 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -823,7 +823,7 @@ sal_Bool SAL_CALL component_writeInfo( } catch (InvalidRegistryException &) { - OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); + OSL_FAIL( "### InvalidRegistryException!" ); } } -- cgit