Some more loplugin:cstylecast: xmlscript
Change-Id: I6c13ff51c32e0fded35d8f9124981fee1cce80ad
This commit is contained in:
@@ -122,8 +122,8 @@ void BSeqOutputStream::writeBytes( Sequence< sal_Int8 > const & rData )
|
|||||||
{
|
{
|
||||||
sal_Int32 nPos = _seq->getLength();
|
sal_Int32 nPos = _seq->getLength();
|
||||||
_seq->realloc( nPos + rData.getLength() );
|
_seq->realloc( nPos + rData.getLength() );
|
||||||
memcpy( (char *)_seq->getArray() + nPos,
|
memcpy( _seq->getArray() + nPos,
|
||||||
(char const *)rData.getConstArray(),
|
rData.getConstArray(),
|
||||||
rData.getLength() );
|
rData.getLength() );
|
||||||
}
|
}
|
||||||
void BSeqOutputStream::flush()
|
void BSeqOutputStream::flush()
|
||||||
|
Reference in New Issue
Block a user