summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:01:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:01:22 +0000
commite88a79f6e45f36a1dd2441b69c8052dc8ae9986f (patch)
tree218fce0de29999f0f821367a79ef58a6aaf07268 /xmloff
parent10d20437926234d906307da5c6115c82a2837f98 (diff)
INTEGRATION: CWS ooo20040704 (1.14.34); FILE MERGED
2004/08/10 13:12:13 vg 1.14.34.2: RESYNC: (1.14-1.15); FILE MERGED 2004/06/28 14:59:44 cmc 1.14.34.1: #i30801# allow using system stl if possible
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimppr.cxx11
1 files changed, 6 insertions, 5 deletions
diff --git a/xmloff/source/text/txtimppr.cxx b/xmloff/source/text/txtimppr.cxx
index 29d1b965e7..9d15a7cadc 100644
--- a/xmloff/source/text/txtimppr.cxx
+++ b/xmloff/source/text/txtimppr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: txtimppr.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:41:14 $
+ * last change: $Author: rt $ $Date: 2004-09-08 15:01:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -364,10 +364,11 @@ void XMLTextImportPropertyMapper::finished(
XMLPropertyState* pBackTransparent = NULL; // transparency as boolean
sal_uInt16 i; // for the "for" loop
- for( ::std::vector< XMLPropertyState >::iterator property = rProperties.begin();
- property != rProperties.end();
- property++ )
+ for( ::std::vector< XMLPropertyState >::iterator aIter = rProperties.begin();
+ aIter != rProperties.end();
+ ++aIter )
{
+ XMLPropertyState* property = &(*aIter);
if( -1 == property->mnIndex )
continue;