Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks

This commit is contained in:
Thomas Arnhold 2011-03-03 15:10:02 +01:00
parent 0e6c0d0314
commit afdb6251d3

View file

@ -240,7 +240,7 @@ void SdFileDialog_Imp::CheckSelectionState()
catch( css::lang::IllegalArgumentException )
{
#ifdef DBG_UTIL
DBG_ERROR( "Cannot access \"selection\" checkbox" );
OSL_FAIL( "Cannot access \"selection\" checkbox" );
#endif
}
}