Kaydet (Commit) b841fe78 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Move DBG_ERROR to OSL_FAIL and correct OString usage

üst 712b74da
......@@ -919,7 +919,7 @@ namespace pcr
::rtl::OUString sPropertyName( _rLine.pLine->GetEntryName() );
sMessage += ::rtl::OString( sPropertyName.getStr(), sPropertyName.getLength(), RTL_TEXTENCODING_ASCII_US );
sMessage += ::rtl::OString( "')!" );
DBG_ERROR( sMessage );
OSL_FAIL( sMessage.getStr() );
}
#endif
if ( _rLine.xHandler.is() )
......@@ -950,7 +950,7 @@ namespace pcr
::rtl::OUString sPropertyName( _rLine.pLine->GetEntryName() );
sMessage += ::rtl::OString( sPropertyName.getStr(), sPropertyName.getLength(), RTL_TEXTENCODING_ASCII_US );
sMessage += ::rtl::OString( "')!" );
DBG_ERROR( sMessage );
OSL_FAIL( sMessage.getStr() );
}
#endif
if ( _rLine.xHandler.is() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment