summaryrefslogtreecommitdiff
path: root/sd/source/core/drawdoc3.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-23 12:47:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-23 12:47:04 +0000
commitb4426ba28aa835bb87ae3bacb5025c598f46d24c (patch)
tree7ba0878b9cd1ac24b0adcdc3a80769846b93e050 /sd/source/core/drawdoc3.cxx
parent6c06950efb3ef4b4ee723001ce4e388f6b2a99d3 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'sd/source/core/drawdoc3.cxx')
-rw-r--r--sd/source/core/drawdoc3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index e5a5fab255fd..f8559d980f16 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -1450,7 +1450,7 @@ void SdDrawDocument::RemoveUnnecessaryMasterPages(SdPage* pMasterPage, BOOL bOnl
pUndoMgr->AddUndoAction(pMovStyles);
}
- for( SdStyleSheetVector::iterator iter = aRemove.begin(); iter != aRemove.end(); iter++ )
+ for( SdStyleSheetVector::iterator iter = aRemove.begin(); iter != aRemove.end(); ++iter )
static_cast<SdStyleSheetPool*>( mxStyleSheetPool.get())->Remove((*iter).get());
}
}