From e52051f5019ae35f7bb44e43144d919b9430ef0e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 19 Mar 2011 14:05:33 +0100 Subject: Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) --- sccomp/source/solver/solver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp/source') diff --git a/sccomp/source/solver/solver.cxx b/sccomp/source/solver/solver.cxx index 7b5cce7f8d26..fae7f015fbda 100644 --- a/sccomp/source/solver/solver.cxx +++ b/sccomp/source/solver/solver.cxx @@ -624,7 +624,7 @@ extern "C" } catch (registry::InvalidRegistryException &) { - OSL_ENSURE( sal_False, "### InvalidRegistryException!" ); + OSL_FAIL( "### InvalidRegistryException!" ); } } return sal_False; -- cgit