Move DBG_ERROR to OSL_FAIL for strings with masked quotation marks
This commit is contained in:
parent
0e6c0d0314
commit
afdb6251d3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue