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

This commit is contained in:
Thomas Arnhold
2011-03-12 12:10:42 +01:00
parent 629b05ac30
commit adc6fe00e3
50 changed files with 125 additions and 129 deletions

View File

@@ -173,7 +173,7 @@ void addFactories(
buf.append( ppNames[ -2 ] );
buf.append( "\"!!!" );
OString str( buf.makeStringAndClear() );
OSL_ENSURE( 0, str.getStr() );
OSL_FAIL( str.getStr() );
}
#endif
}