summaryrefslogtreecommitdiff
path: root/stoc/source/registry_tdprovider/tdservice.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-25 13:49:07 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-25 13:49:07 +0000
commit5191cf4ccf8cbf6ffb5852d6afda89fb8a9c7960 (patch)
treeb88bc7dedba0491a3ddd81523099182804bb9f4e /stoc/source/registry_tdprovider/tdservice.cxx
parentd620072fa6a9f0c23961073ab85218d76d3487b1 (diff)
INTEGRATION: CWS jl3 (1.3.82); FILE MERGED
2003/12/19 11:32:31 dbo 1.3.82.1: #114506# cleanup
Diffstat (limited to 'stoc/source/registry_tdprovider/tdservice.cxx')
-rw-r--r--stoc/source/registry_tdprovider/tdservice.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/stoc/source/registry_tdprovider/tdservice.cxx b/stoc/source/registry_tdprovider/tdservice.cxx
index 9042fecd69c5..57ec2246dbf0 100644
--- a/stoc/source/registry_tdprovider/tdservice.cxx
+++ b/stoc/source/registry_tdprovider/tdservice.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdservice.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: kso $ $Date: 2002-11-13 16:01:21 $
+ * last change: $Author: kz $ $Date: 2004-03-25 14:49:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -310,7 +310,7 @@ ServiceTypeDescriptionImpl::getProperties()
nAttribs );
}
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pProps )
{
aGuard.clear();
@@ -435,7 +435,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pMandatoryServices )
{
aGuard.clear();
@@ -449,7 +449,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pOptionalServices )
{
aGuard.clear();
@@ -463,7 +463,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pMandatoryInterfaces )
{
aGuard.clear();
@@ -477,7 +477,7 @@ void ServiceTypeDescriptionImpl::getReferences()
}
{
- ClearableMutexGuard aGuard( _aMutex );
+ ClearableMutexGuard aGuard( getMutex() );
if ( _pOptionalInterfaces )
{
aGuard.clear();