summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-01 21:09:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-01 21:09:05 +0000
commitb3ef3fae37eae3458f1cbcd190549fbc7221f7bd (patch)
tree6a8658e3aa1582ccff07ca6b5b7a72ee90a098d5 /vcl
parent3ad55b262d468121b3b55c819fadeed46df69224 (diff)
cppcheck: prefer prefix variant
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfextoutdevdata.cxx2
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;