summaryrefslogtreecommitdiff
path: root/sd/source/helper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-12 12:07:27 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-12 14:13:33 +0100
commit6e68468a8f0fa218992ee5525eb61e400a97a5a8 (patch)
tree7e756fac56bde32296eefd696d209f3ba8fcf430 /sd/source/helper
parentc64a901829e5dedf12422edfb6bb7bc94a8357a5 (diff)
Move OSL_ENSURE(0,...) to OSL_FAIL(...)
Diffstat (limited to 'sd/source/helper')
-rw-r--r--sd/source/helper/simplereferencecomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/helper/simplereferencecomponent.cxx b/sd/source/helper/simplereferencecomponent.cxx
index 551c6d700365..e449170c9bd3 100644
--- a/sd/source/helper/simplereferencecomponent.cxx
+++ b/sd/source/helper/simplereferencecomponent.cxx
@@ -75,7 +75,7 @@ void SimpleReferenceComponent::release()
{
#if OSL_DEBUG_LEVEL > 0
rtl::OString msg( rtl::OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) );
- OSL_ENSURE( 0, msg.getStr() );
+ OSL_FAIL( msg.getStr() );
#endif
}
}