INTEGRATION: CWS ooo20040704 (1.18.70); FILE MERGED

2004/07/20 20:35:36 svesik 1.18.70.2: RESYNC: (1.18-1.19); FILE MERGED
2004/06/28 14:28:26 cmc 1.18.70.1: #i30801# allow using system stl if possible
This commit is contained in:
Rüdiger Timm 2004-09-08 14:57:51 +00:00
parent 2212865eb1
commit bd1d06946a

View file

@ -2,9 +2,9 @@
*
* $RCSfile: geometrycontrolmodel.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: hjs $ $Date: 2004-06-25 17:10:14 $
* last change: $Author: rt $ $Date: 2004-09-08 15:57:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -539,7 +539,7 @@
}
HashMapString2Int &rMap = ServiceSpecifierMap::get();
HashMapString2Int::const_iterator aPropMapIdPos = rMap.find( m_sServiceSpecifier );
HashMapString2Int::iterator aPropMapIdPos = rMap.find( m_sServiceSpecifier );
if ( rMap.end() == aPropMapIdPos )
{
PropSeqArray &rAggProperties = AggregateProperties::get();