summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:28:48 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:28:48 +0000
commit49d896a5758ae3b78d8732695e961e13a37ab16a (patch)
tree5fb2ee76680e00a3c3ebb661432293d44b860de7 /svtools
parentd15e806df9f8fde8536372538a1bc3cb0c6fb196 (diff)
INTEGRATION: CWS dba204b (1.72.34); FILE MERGED
2006/07/14 14:13:57 fs 1.72.34.1: #i65040# the whole mutex thingie herein is flawed .... fixed #i65040# by introducing the SolarMutex in yet another place
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/transfer.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index e357ee318287..f99d380f8266 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: transfer.cxx,v $
*
- * $Revision: 1.72 $
+ * $Revision: 1.73 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 21:21:37 $
+ * last change: $Author: rt $ $Date: 2006-07-26 07:28:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1341,6 +1341,7 @@ void TransferableDataHelper::FillDataFlavorExVector( const Sequence< DataFlavor
void TransferableDataHelper::InitFormats()
{
+ ::vos::OGuard aSolarGuard( Application::GetSolarMutex() );
::osl::MutexGuard aGuard( mpImpl->maMutex );
mpFormats->clear();