diff options
author | Oliver Braun <obr@openoffice.org> | 2002-08-14 11:00:00 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2002-08-14 11:00:00 +0000 |
commit | 9481f5d28b8a613ed2515a70ae7e9c9ea92f16c9 (patch) | |
tree | c25bbcf39f02026a2aefddb2dee37016c2f8fba2 /comphelper/source | |
parent | 285abbfe6bf8431146db45be8908b04fc03b2cf2 (diff) |
#100201# removed state change event to DEFUNC
Diffstat (limited to 'comphelper/source')
-rw-r--r-- | comphelper/source/misc/accessiblecontexthelper.cxx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/comphelper/source/misc/accessiblecontexthelper.cxx b/comphelper/source/misc/accessiblecontexthelper.cxx index 21a073334aa1..5df98f1247cf 100644 --- a/comphelper/source/misc/accessiblecontexthelper.cxx +++ b/comphelper/source/misc/accessiblecontexthelper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: accessiblecontexthelper.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: sb $ $Date: 2002-07-22 07:00:37 $ + * last change: $Author: obr $ $Date: 2002-08-14 12:00:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,13 +186,6 @@ namespace comphelper //--------------------------------------------------------------------- void SAL_CALL OAccessibleContextHelper::disposing() { - // notify our listeners that we're going to be defunc - NotifyAccessibleEvent( - AccessibleEventId::ACCESSIBLE_STATE_EVENT, - Any(), - makeAny( AccessibleStateType::DEFUNC ) - ); - ::osl::ClearableMutexGuard aGuard( GetMutex() ); ::cppu::OInterfaceContainerHelper* pListeners = m_pImpl->getListenerContainer( sal_False ); if ( pListeners ) @@ -409,6 +402,9 @@ namespace comphelper /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.8 2002/07/22 07:00:37 sb + * #100004# Added second NotifyAccessibleEvent with AccessibleEventBuffer. + * * Revision 1.7 2002/05/08 15:38:36 fs * #99218# allow abstract external locks in addition to the own mutex * |