[Libreoffice-commits] .: vcl/source

Caolán McNamara caolan at kemper.freedesktop.org
Sat Jan 1 13:09:36 PST 2011


 vcl/source/gdi/pdfextoutdevdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit de75cbe4521ef5d53e1438c7f838223e80f4c547
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Jan 1 21:09:05 2011 +0000

    cppcheck: prefer prefix variant

diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx
index c54a1a1..9dcc7d9 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;


More information about the Libreoffice-commits mailing list