summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-10 14:51:56 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-10 14:51:56 +0000
commit1f2183a31199a1168aa7958a62c10326dad711ad (patch)
tree7a3a2279ecbec8ce0fa5358c2a1f2e47b629c082 /forms
parentc5ab528bff7418cf807f333229d00bf274d3bbd9 (diff)
INTEGRATION: CWS sclistposlinks (1.21.10); FILE MERGED
2008/07/03 21:45:11 fs 1.21.10.1: #i91342# transferControlValueToExternal must release the mutex before calling into the value binding
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 0aa5ee8395d8..83f4b14c676c 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FormComponent.hxx,v $
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
* This file is part of OpenOffice.org.
*
@@ -1025,11 +1025,11 @@ protected:
/** transfers the control value to the external binding
@precond
- our own mutex is locked
+ our own mutex is locked, and _rInstanceLock is the guard locking it
@precond
we do have an active external binding in place
*/
- void transferControlValueToExternal( );
+ void transferControlValueToExternal( ::osl::ResettableMutexGuard& _rInstanceLock );
/** calculates the type which is to be used to communicate with the current external binding,
and stores it in m_aExternalValueType