summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-12 11:49:53 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-12 14:19:48 +0100
commit6488e5f1207eb3f72e00cd1e2ada2e443c891373 (patch)
tree4e4424bf1aa525f86cf48ff5a0c1044cab0efaff /bridges
parent7769f9dbd4613a147a60d76e2df9fedd0f11289f (diff)
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/urp/urp_reader.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/bridges/source/remote/urp/urp_reader.cxx b/bridges/source/remote/urp/urp_reader.cxx
index 761168d7f516..c4cd06caebc1 100644
--- a/bridges/source/remote/urp/urp_reader.cxx
+++ b/bridges/source/remote/urp/urp_reader.cxx
@@ -565,8 +565,7 @@ void OReaderThread::run()
TYPELIB_DANGER_RELEASE( pType );
if ( !ok )
{
- OSL_ENSURE(
- false,
+ OSL_FAIL(
("urp_bridge: error while unpacking current"
" context") );
disposeEnvironment();