diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:48:31 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-25 13:48:31 +0000 |
commit | 7ee24da1b93ae00571b6873b3f9589abedd52d96 (patch) | |
tree | 64a4d1559a2f095b70ade2ae23e362db73381e3c /stoc | |
parent | 64306ec9051bfc49d41072524cc750269aea8fe6 (diff) |
INTEGRATION: CWS jl3 (1.4.82); FILE MERGED
2003/12/19 11:32:30 dbo 1.4.82.1: #114506# cleanup
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/registry_tdprovider/tdenum.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stoc/source/registry_tdprovider/tdenum.cxx b/stoc/source/registry_tdprovider/tdenum.cxx index fbd96e772641..8bc92538b6fd 100644 --- a/stoc/source/registry_tdprovider/tdenum.cxx +++ b/stoc/source/registry_tdprovider/tdenum.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdenum.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kso $ $Date: 2002-11-11 08:35:48 $ + * last change: $Author: kz $ $Date: 2004-03-25 14:48:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,7 +115,7 @@ Sequence< OUString > EnumTypeDescriptionImpl::getEnumNames() pEnumNames[nFields] = aReader.getFieldName( nFields ); } - ClearableMutexGuard aGuard( _aMutex ); + ClearableMutexGuard aGuard( getMutex() ); if (_pEnumNames) { aGuard.clear(); @@ -148,7 +148,7 @@ Sequence< sal_Int32 > EnumTypeDescriptionImpl::getEnumValues() pEnumValues[nFields] = getRTValueAsInt32( aReader.getFieldConstValue( nFields ) ); } - ClearableMutexGuard aGuard( _aMutex ); + ClearableMutexGuard aGuard( getMutex() ); if (_pEnumValues) { aGuard.clear(); |