coverity#1397041 Unchecked return value
Change-Id: Ia8c601475bea142faad9c1f1e9b797d0ebc13679
This commit is contained in:
@@ -276,7 +276,7 @@ void OFileAccess::transferImpl( const OUString& rSource,
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
aDestPath.transferContent( aSrc,
|
(void)aDestPath.transferContent(aSrc,
|
||||||
bMoveData
|
bMoveData
|
||||||
? ucbhelper::InsertOperation_MOVE
|
? ucbhelper::InsertOperation_MOVE
|
||||||
: ucbhelper::InsertOperation_COPY,
|
: ucbhelper::InsertOperation_COPY,
|
||||||
|
Reference in New Issue
Block a user