Move OSL_ENSURE(false,...) to OSL_FAIL(...)

This commit is contained in:
Thomas Arnhold
2011-03-12 11:41:23 +01:00
parent 2c5e690eb8
commit c64a901829
45 changed files with 117 additions and 168 deletions

View File

@@ -687,7 +687,7 @@ UserEventQueue::~UserEventQueue()
clear();
}
catch (uno::Exception &) {
OSL_ENSURE( false, rtl::OUStringToOString(
OSL_FAIL( rtl::OUStringToOString(
comphelper::anyToString(
cppu::getCaughtException() ),
RTL_TEXTENCODING_UTF8 ).getStr() );