diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-01 21:29:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-01 21:29:55 +0000 |
commit | 5cacbeac0d456d65ff6b52a1d7c998fac80ab3ed (patch) | |
tree | be26f734b256fd513d8d4126d48e4f5f7a5d3e38 | |
parent | 1ba71627a3a885db4bbfb16360c60ed03904d06a (diff) |
cppcheck: prefer prefix variant
-rw-r--r-- | svtools/source/filter.vcl/filter/filter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/filter.vcl/filter/filter.cxx b/svtools/source/filter.vcl/filter/filter.cxx index 917e50ee8ee0..a0f53054192a 100644 --- a/svtools/source/filter.vcl/filter/filter.cxx +++ b/svtools/source/filter.vcl/filter/filter.cxx @@ -1426,7 +1426,7 @@ USHORT GraphicFilter::ImportGraphic( Graphic& rGraphic, const String& rPath, SvS break; } } - aIter++; + ++aIter; } } |