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

coverity#704032 Uncheck return value

Change-Id: Ibb37a059f740580f1d02ed58172451ad5efdd8d5
üst 59b94d5e
...@@ -770,7 +770,6 @@ Sequence< sal_Int8 > SAL_CALL FmXFormShell::getImplementationId() throw(RuntimeE ...@@ -770,7 +770,6 @@ Sequence< sal_Int8 > SAL_CALL FmXFormShell::getImplementationId() throw(RuntimeE
void SAL_CALL FmXFormShell::disposing(const EventObject& e) throw( RuntimeException, std::exception ) void SAL_CALL FmXFormShell::disposing(const EventObject& e) throw( RuntimeException, std::exception )
{ {
impl_checkDisposed();
if (m_xActiveController == e.Source) if (m_xActiveController == e.Source)
{ {
......
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