Kaydet (Commit) 512114e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1078470 Unchecked return value

Change-Id: I2dab114efc8c98a17561f1694acf63918e68620d
üst b1efc0e9
...@@ -1202,10 +1202,7 @@ bool GalleryTheme::InsertTransferable( const uno::Reference< datatransfer::XTran ...@@ -1202,10 +1202,7 @@ bool GalleryTheme::InsertTransferable( const uno::Reference< datatransfer::XTran
else else
{ {
OUString aFile; OUString aFile;
if (aDataHelper.GetString(FORMAT_FILE, aFile) && !aFile.isEmpty())
aDataHelper.GetString( FORMAT_FILE, aFile );
if( !aFile.isEmpty() )
aFileList.AppendFile( aFile ); aFileList.AppendFile( aFile );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment