diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-03-29 08:31:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-03-29 08:31:02 +0100 |
commit | b2f7633977da7a0093c26a2d7fbc0d2d93c54226 (patch) | |
tree | 1a6650f59e63985e5b5c7a9b230600272d572e41 /svx/source/sdr/properties | |
parent | 9f27436b84a1ae0ce2689ef27f81698ab9f3642e (diff) |
Oups ++aIter had to be removed here
Change-Id: I9ac0b5e0f74f7f211d074095fe82e93595d2f55a
Diffstat (limited to 'svx/source/sdr/properties')
-rw-r--r-- | svx/source/sdr/properties/defaultproperties.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/sdr/properties/defaultproperties.cxx b/svx/source/sdr/properties/defaultproperties.cxx index cb11d131333c..ff05b6a4d87f 100644 --- a/svx/source/sdr/properties/defaultproperties.cxx +++ b/svx/source/sdr/properties/defaultproperties.cxx @@ -171,7 +171,6 @@ namespace sdr for (std::vector< sal_uInt16 >::const_iterator aIter(aPostItemChangeList.begin()), aEnd(aPostItemChangeList.end()); aIter != aEnd; ++aIter) { PostItemChange(*aIter); - ++aIter; } ItemSetChanged(aSet); |