[Libreoffice-commits] .: oox/source
Caolán McNamara
caolan at kemper.freedesktop.org
Sat Jan 1 13:27:55 PST 2011
oox/source/ppt/animationspersist.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ea21161a51a0f508334d96a8b65f9dd2935587b0
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Jan 1 21:27:36 2011 +0000
cppcheck: prefer prefix variant
diff --git a/oox/source/ppt/animationspersist.cxx b/oox/source/ppt/animationspersist.cxx
index 2b38e9d..684da40 100644
--- a/oox/source/ppt/animationspersist.cxx
+++ b/oox/source/ppt/animationspersist.cxx
@@ -191,7 +191,7 @@ namespace oox { namespace ppt {
{
Any aAny;
for( AnimationConditionList::const_iterator iter = l.begin();
- iter != l.end(); iter++)
+ iter != l.end(); ++iter)
{
aAny = addToSequence( aAny, iter->convert(pSlide) );
}
More information about the Libreoffice-commits
mailing list