summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:05:33 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:05:33 +0100
commite52051f5019ae35f7bb44e43144d919b9430ef0e (patch)
tree57ac29ae577d24eace4e7cd9f46f0fec74a70864 /sccomp
parent083f8a897c6cda74d4a5d30bd9cf5ea4518b2512 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/source/solver/solver.cxx2
1 files changed, 1 insertions, 1 deletions
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;