diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-01 21:09:05 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-01 21:09:05 +0000 |
commit | b3ef3fae37eae3458f1cbcd190549fbc7221f7bd (patch) | |
tree | 6a8658e3aa1582ccff07ca6b5b7a72ee90a098d5 /vcl | |
parent | 3ad55b262d468121b3b55c819fadeed46df69224 (diff) |
cppcheck: prefer prefix variant
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/pdfextoutdevdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx index 32a6cd6afb90..04bebdda5d21 100644 --- a/vcl/source/gdi/pdfextoutdevdata.cxx +++ b/vcl/source/gdi/pdfextoutdevdata.cxx @@ -400,7 +400,7 @@ sal_Bool PageSyncData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIM } break; } - aBeg++; + ++aBeg; } } break; |