INTEGRATION: CWS jl3 (1.4.82); FILE MERGED
2003/12/19 11:32:30 dbo 1.4.82.1: #114506# cleanup
This commit is contained in:
parent
64306ec905
commit
7ee24da1b9
1 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue