summaryrefslogtreecommitdiff
path: root/stoc/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-25 13:48:19 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-25 13:48:19 +0000
commit64306ec9051bfc49d41072524cc750269aea8fe6 (patch)
tree0303372646308ef8f7d7bff7930dd918bf13edd4 /stoc/source
parentc402befd40f237f9deb28310c4feeb01ca130cf4 (diff)
INTEGRATION: CWS jl3 (1.5.82); FILE MERGED
2003/12/19 11:32:29 dbo 1.5.82.1: #114506# cleanup
Diffstat (limited to 'stoc/source')
-rw-r--r--stoc/source/registry_tdprovider/tdef.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/stoc/source/registry_tdprovider/tdef.cxx b/stoc/source/registry_tdprovider/tdef.cxx
index 35f25eb3e778..b89905612f3f 100644
--- a/stoc/source/registry_tdprovider/tdef.cxx
+++ b/stoc/source/registry_tdprovider/tdef.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tdef.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kso $ $Date: 2002-11-11 08:35:48 $
+ * last change: $Author: kz $ $Date: 2004-03-25 14:48:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,11 +96,9 @@ Reference< XTypeDescription > TypedefTypeDescriptionImpl::getReferencedType()
Reference< XTypeDescription > xRefTD;
if (_xTDMgr->getByHierarchicalName( _aRefName ) >>= xRefTD)
{
- MutexGuard aGuard( _aMutex );
+ MutexGuard aGuard( getMutex() );
if (! _xRefTD.is())
- {
_xRefTD = xRefTD;
- }
return _xRefTD;
}
}