summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-25 13:47:54 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-25 13:47:54 +0000
commitfeff0a521a9444762433350507b20badc610e34c (patch)
tree4464a5f719a96a6ddd4311bf844f2b0fef377f92 /stoc
parent49c6d824994d7e5b81826cde414075d00dc75565 (diff)
INTEGRATION: CWS jl3 (1.6.82); FILE MERGED
2003/12/19 11:32:29 dbo 1.6.82.1: #114506# cleanup
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/registry_tdprovider/tdcomp.cxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/stoc/source/registry_tdprovider/tdcomp.cxx b/stoc/source/registry_tdprovider/tdcomp.cxx
index 58cc3c92b50b..b6636c408579 100644
--- a/stoc/source/registry_tdprovider/tdcomp.cxx
+++ b/stoc/source/registry_tdprovider/tdcomp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdcomp.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kso $ $Date: 2002-11-11 08:35:47 $
+ * last change: $Author: kz $ $Date: 2004-03-25 14:47:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -100,11 +100,9 @@ Reference< XTypeDescription > CompoundTypeDescriptionImpl::getBaseType()
Reference< XTypeDescription > xBaseTD;
if (_xTDMgr->getByHierarchicalName( _aBaseType ) >>= xBaseTD)
{
- MutexGuard aGuard( _aMutex );
+ MutexGuard aGuard( getMutex() );
if (! _xBaseTD.is())
- {
_xBaseTD = xBaseTD;
- }
return _xBaseTD;
}
}
@@ -145,7 +143,7 @@ Sequence< Reference< XTypeDescription > > CompoundTypeDescriptionImpl::getMember
OSL_ENSURE( pMembers[nFields].is(), "### compound member unknown!" );
}
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if (_pMembers)
{
aGuard.clear();
@@ -179,7 +177,7 @@ Sequence< OUString > CompoundTypeDescriptionImpl::getMemberNames()
pMemberNames[nFields] = aReader.getFieldName( nFields );
}
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if (_pMemberNames)
{
aGuard.clear();