Move DBG_ERROR to OSL_FAIL for strings GetBuffer()
This commit is contained in:
parent
b40a71e67e
commit
76f497ab8b
1 changed files with 1 additions and 1 deletions
|
@ -1449,7 +1449,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf, const NMSP_RTL:
|
|||
default :
|
||||
ByteString aDbgOut( "SVGActionWriter::ImplWriteActions: unsupported MetaAction #" );
|
||||
aDbgOut.Append( ByteString::CreateFromInt32( nType ) );
|
||||
DBG_ERROR( aDbgOut.GetBuffer() );
|
||||
OSL_FAIL( aDbgOut.GetBuffer() );
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue