summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/geometrycontrolmodel.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-08 14:57:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-08 14:57:51 +0000
commitbd1d06946aa0b900635dd58b8e4902d1271d9722 (patch)
treed1092dd99fe456d03098e47d5866a5bffa7cdf32 /toolkit/source/controls/geometrycontrolmodel.cxx
parent2212865eb1dfea40d4f7b40a4cba305cedc7cebd (diff)
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
Diffstat (limited to 'toolkit/source/controls/geometrycontrolmodel.cxx')
-rw-r--r--toolkit/source/controls/geometrycontrolmodel.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx
index 9d0c9562873e..03f38d9ecfdc 100644
--- a/toolkit/source/controls/geometrycontrolmodel.cxx
+++ b/toolkit/source/controls/geometrycontrolmodel.cxx
@@ -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();