summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/toolpanel/ScrollPanel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/ScrollPanel.cxx b/sd/source/ui/toolpanel/ScrollPanel.cxx
index f7127f1a15f8..dac84d70d9ff 100644
--- a/sd/source/ui/toolpanel/ScrollPanel.cxx
+++ b/sd/source/ui/toolpanel/ScrollPanel.cxx
@@ -243,7 +243,7 @@ void ScrollPanel::Paint (const Rectangle& rRect)
Point (mnHorizontalBorder,0),
Size(mnChildrenWidth,0));
StripeList::const_iterator iStripe;
- for (iStripe=maStripeList.begin(); iStripe!=maStripeList.end(); iStripe++)
+ for (iStripe=maStripeList.begin(); iStripe!=maStripeList.end(); ++iStripe)
{
aStripeArea.Top() = iStripe->first;
aStripeArea.Bottom() = iStripe->second;