coverity#1397041 Unchecked return value
Change-Id: Ia8c601475bea142faad9c1f1e9b797d0ebc13679
This commit is contained in:
@@ -276,12 +276,12 @@ 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,
|
||||||
aName,
|
aName,
|
||||||
css::ucb::NameClash::OVERWRITE );
|
css::ucb::NameClash::OVERWRITE);
|
||||||
}
|
}
|
||||||
catch ( css::ucb::CommandFailedException const & )
|
catch ( css::ucb::CommandFailedException const & )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user