summaryrefslogtreecommitdiff
path: root/stoc
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
commit66b02f2cdf6878c2eaaa23689c5b06677dd8b202 (patch)
tree506b1e345ef007ffb7584890b53553614e6ee00a /stoc
parent597db767ab07b99ca7d6cadec989b05757efcb1c (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')
-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 65d48a30a..8dd261621 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;
}
}