summaryrefslogtreecommitdiff
path: root/toolkit/source
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-12-06 14:12:43 +0000
committerFrank Schönheit <fs@openoffice.org>2002-12-06 14:12:43 +0000
commit899070a2af5eb26efba01ae9471d2e8b0754a919 (patch)
treed18cc37e31477a7d450fd0df4987ff57d8a4f3cf /toolkit/source
parent3380183f694da702a972f55984233f27cffb6e2a (diff)
#105548# no need to release the solar mutex in NotifyAccessibleEvent - the base class now does notifications asynchronously
Diffstat (limited to 'toolkit/source')
-rw-r--r--toolkit/source/awt/vclxaccessiblecomponent.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx
index deee1d05933f..902b3c65d701 100644
--- a/toolkit/source/awt/vclxaccessiblecomponent.cxx
+++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxaccessiblecomponent.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: tbe $ $Date: 2002-11-28 13:24:50 $
+ * last change: $Author: fs $ $Date: 2002-12-06 15:12:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -430,9 +430,7 @@ void VCLXAccessibleComponent::ProcessWindowEvent( const VclWindowEvent& rVclWind
void VCLXAccessibleComponent::NotifyAccessibleEvent( const sal_Int16 _nEventId, const uno::Any& _rOldValue, const uno::Any& _rNewValue )
{
- ULONG nCount = Application::ReleaseSolarMutex();
AccessibleExtendedComponentHelper_BASE::NotifyAccessibleEvent( _nEventId, _rOldValue, _rNewValue );
- Application::AcquireSolarMutex( nCount );
}
void VCLXAccessibleComponent::disposing()