tdf#104540: AccessibleEventNotifier AccessibleBase (editeng)

See https://bugs.documentfoundation.org/attachment.cgi?id=129537 for bt
For the remind, it follows a replace of OSL_ENSURE by an assert, see:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8228227168a7eb3ebf14629bec87f01536c23970

Change-Id: Id05eeb6e6669232e9b5cc2ef2989827fef3025d0
Reviewed-on: https://gerrit.libreoffice.org/31918
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet
2016-12-12 20:22:36 +01:00
parent 429be969b3
commit b5ae4ccf46

View File

@@ -401,7 +401,7 @@ void SAL_CALL AccessibleContextBase::removeAccessibleEventListener (
throw (uno::RuntimeException, std::exception) throw (uno::RuntimeException, std::exception)
{ {
ThrowIfDisposed (); ThrowIfDisposed ();
if (rxListener.is()) if (rxListener.is() && mnClientId)
{ {
sal_Int32 nListenerCount = comphelper::AccessibleEventNotifier::removeEventListener( mnClientId, rxListener ); sal_Int32 nListenerCount = comphelper::AccessibleEventNotifier::removeEventListener( mnClientId, rxListener );
if ( !nListenerCount ) if ( !nListenerCount )