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