Kaydet (Commit) 42927fbd authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#704007 Uncheck return value

Change-Id: Ia8fc871123982b77a9313e56fac7f5e09f545610
üst 7e57b5ad
......@@ -3154,7 +3154,7 @@ EasyFile::EasyFile()
EasyFile::~EasyFile()
{
if( bOpen )
close();
(void)close();
}
sal_uLong EasyFile::createStream( const OUString& rUrl, SvStream* &rpStr )
......
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