INTEGRATION: CWS jl3 (1.1.82); FILE MERGED

2003/12/19 11:32:30 dbo 1.1.82.1: #114506# cleanup
This commit is contained in:
Kurt Zenker 2004-03-25 13:48:55 +00:00
parent 76b4a0fca9
commit d620072fa6

View file

@ -2,9 +2,9 @@
*
* $RCSfile: tdmodule.cxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: kso $ $Date: 2002-11-13 16:01:20 $
* last change: $Author: kz $ $Date: 2004-03-25 14:48:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -146,7 +146,7 @@ ModuleTypeDescriptionImpl::getMembers()
for ( sal_Int32 n = 0; n < pMembers->getLength(); n++ )
(*pMembers)[ n ] = aTDs[ n ];
ClearableMutexGuard aGuard( _aMutex );
ClearableMutexGuard aGuard( getMutex() );
if ( _pMembers )
{
aGuard.clear();