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
commitacde18989db7b3287da1c79b4b588213f6c9ff0c (patch)
treea0a1cc7a1e6faf5d9d5d3e61655f359d9488c356 /bridges
parent282b837322acdd9a47bd08ac3a4c8981e1a3d22b (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 6b55b21ca..fe75f8b7b 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();