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
commit1c7d9f1b95271015ea80fb0182104554a8c5a9c0 (patch)
tree0e27693cfa61857ee245a937a9573f47d94e9691 /uui
parent3ebe34cb60242d8d8755ab2fbbbbda9c34e2f34f (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 a5ad906b801c..6aa3ea6a850b 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);