Kaydet (Commit) 4779f2a7 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#704020 Unchecked return value

Change-Id: I0f8b49bb43d88549ba90db63ce7041e6d5e0fe64
üst 17a0efce
......@@ -436,7 +436,7 @@ Reference < XContent > SfxMedium::GetContent() const
else if ( !pImp->m_aLogicName.isEmpty() )
aURL = GetURLObject().GetMainURL( INetURLObject::NO_DECODE );
if (!aURL.isEmpty() )
::ucbhelper::Content::create( aURL, xEnv, comphelper::getProcessComponentContext(), pImp->aContent );
(void)::ucbhelper::Content::create( aURL, xEnv, comphelper::getProcessComponentContext(), pImp->aContent );
}
}
......
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