Kaydet (Commit) f0d711f6 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS fwk18 (1.26.38); FILE MERGED

2005/07/04 11:53:46 mba 1.26.38.1: #123967#: don't lock solar mutex on dispatching
üst 51c99fe5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: menubarmanager.cxx,v $ * $RCSfile: menubarmanager.cxx,v $
* *
* $Revision: 1.26 $ * $Revision: 1.27 $
* *
* last change: $Author: rt $ $Date: 2005-05-13 07:29:54 $ * last change: $Author: obo $ $Date: 2005-07-20 12:21:35 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -1377,7 +1377,11 @@ IMPL_LINK( MenuBarManager, Select, Menu *, pMenu ) ...@@ -1377,7 +1377,11 @@ IMPL_LINK( MenuBarManager, Select, Menu *, pMenu )
} }
if ( xDispatch.is() ) if ( xDispatch.is() )
{
const sal_uInt32 nRef = Application::ReleaseSolarMutex();
xDispatch->dispatch( aTargetURL, aArgs ); xDispatch->dispatch( aTargetURL, aArgs );
Application::AcquireSolarMutex( nRef );
}
return 1; return 1;
} }
......
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