diff --git a/stoc/source/registry_tdprovider/tdmodule.cxx b/stoc/source/registry_tdprovider/tdmodule.cxx index 132523067416..128836e39eb5 100644 --- a/stoc/source/registry_tdprovider/tdmodule.cxx +++ b/stoc/source/registry_tdprovider/tdmodule.cxx @@ -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();