Kaydet (Commit) 7354da6c authored tarafından Caolán McNamara's avatar Caolán McNamara

intermediate _disposing call doesn't exist anymore

Change-Id: Ifcc5142eaebae06634e1530abb1361cc123117f5
Reviewed-on: https://gerrit.libreoffice.org/62189
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst ff65c844
......@@ -94,16 +94,14 @@ namespace bib
void SAL_CALL OComponentAdapterBase::disposing( const EventObject& )
{
if ( m_pListener )
if (m_pListener)
{
// disconnect the listener
if ( m_pListener ) // may have been reset whilest calling into _disposing
m_pListener->setAdapter( nullptr );
m_pListener->setAdapter( nullptr );
m_pListener = nullptr;
}
m_pListener = nullptr;
m_bListening = false;
m_xComponent = nullptr;
}
......
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