diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2000-11-30 13:44:48 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2000-11-30 13:44:48 +0000 |
commit | d729a0ec66e81ea52e9ad737373fb04e93710e59 (patch) | |
tree | 6884583dc445d8c7af6e3ff9da186f713e194763 /stoc | |
parent | 303d0f312860b87476ae2c672b815d4621ccf078 (diff) |
#77512# caching
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/tdmanager/tdmgr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stoc/source/tdmanager/tdmgr.cxx b/stoc/source/tdmanager/tdmgr.cxx index 482a1b5ca513..cc2ab66a9749 100644 --- a/stoc/source/tdmanager/tdmgr.cxx +++ b/stoc/source/tdmanager/tdmgr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tdmgr.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:29:35 $ + * last change: $Author: dbo $ $Date: 2000-11-30 14:44:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -668,7 +668,7 @@ Any ManagerImpl::getByHierarchicalName( const OUString & rName ) { Any aRet; if (_bCaching) - _aElements.getValue( rName ); + aRet = _aElements.getValue( rName ); if (rName.getLength() && !aRet.hasValue()) { sal_Int32 nIndex; |