Move DBG_ERROR to OSL_FAIL for strings GetBuffer()

This commit is contained in:
Thomas Arnhold 2011-03-03 12:59:38 +01:00
parent b40a71e67e
commit 76f497ab8b

View file

@ -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
}