summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:15:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-11 16:15:18 +0000
commit8cb084c319c66e73e85c61be4a816f50c0fdf95e (patch)
tree9e117f4eb1558303ad3fc81b9108aff2711f2dad /uui
parent91639948eed67122ed437de0acfb299278408f3e (diff)
INTEGRATION: CWS jl40 (1.50.6); FILE MERGED
2006/07/20 11:11:04 jl 1.50.6.1: #136993# wrong handling of solar mutex lead to deadlock
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx
index 1b3df7204c..17fb6546f8 100644
--- a/uui/source/iahndl.cxx
+++ b/uui/source/iahndl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iahndl.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 23:59:34 $
+ * last change: $Author: hr $ $Date: 2006-08-11 17:15:18 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -604,7 +604,9 @@ UUIInteractionHandler::handle(
HandleData aHD(rRequest);
Link aLink(&aHD,handlerequest);
pApp->PostUserEvent(aLink,this);
+ ULONG locks = Application::ReleaseSolarMutex();
aHD.wait();
+ Application::AcquireSolarMutex(locks);
}
else
handle_impl(rRequest);