summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/script
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:50:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 15:50:03 +0000
commit0eea2e2a7aaabf9139bfc5b22f6d9c52001a69ba (patch)
treed8db2b09ac9032419bf0f202e51a240259371b70 /desktop/source/deployment/registry/script
parent1eeee022c8cbfb0339ed4167f929f45c147c2ce6 (diff)
INTEGRATION: CWS ooo20040704 (1.3.10); FILE MERGED
2004/06/28 13:13:46 cmc 1.3.10.1: #i30801# allow using system stl if possible
Diffstat (limited to 'desktop/source/deployment/registry/script')
-rw-r--r--desktop/source/deployment/registry/script/dp_lib_container.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/deployment/registry/script/dp_lib_container.cxx b/desktop/source/deployment/registry/script/dp_lib_container.cxx
index 07bbf65ada77..67c8f866170a 100644
--- a/desktop/source/deployment/registry/script/dp_lib_container.cxx
+++ b/desktop/source/deployment/registry/script/dp_lib_container.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dp_lib_container.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:11:27 $
+ * last change: $Author: rt $ $Date: 2004-09-08 16:50:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,7 +193,7 @@ bool LibraryContainer::insert(
verify_init( xCmdEnv );
::osl::MutexGuard guard( m_mutex );
- t_libs_map::const_iterator const iFind( m_map.find( descr.aName ) );
+ t_libs_map::iterator const iFind( m_map.find( descr.aName ) );
if (m_map.end() == iFind)
{
::std::pair< t_libs_map::iterator, bool > insertion(