loplugin:unoany (clang-cl)
Change-Id: Ia5211e7ad27332d4d4cab546d6968e32dfb71523
This commit is contained in:
@@ -114,10 +114,10 @@ Any byteStreamToAny( CDOTransferable::ByteSequence_t& aByteStream, const Type& a
|
|||||||
if ( aRequestedDataType == CPPUTYPE_OUSTRING )
|
if ( aRequestedDataType == CPPUTYPE_OUSTRING )
|
||||||
{
|
{
|
||||||
OUString str = byteStreamToOUString( aByteStream );
|
OUString str = byteStreamToOUString( aByteStream );
|
||||||
aAny = makeAny( str );
|
aAny <<= str;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
aAny = makeAny( aByteStream );
|
aAny <<= aByteStream;
|
||||||
|
|
||||||
return aAny;
|
return aAny;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user