[Libreoffice-commits] .: vcl/aqua

Caolán McNamara caolan at kemper.freedesktop.org
Thu Feb 10 12:24:27 PST 2011


 vcl/aqua/source/app/salinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d38e88ed6cfb8cccbd315d63291894ffc3740951
Author: Kevin Hunter <hunteke at earlham.edu>
Date:   Thu Feb 10 10:31:10 2011 -0500

    cppcheck: post- to pre- *crement change.

diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx
index 48845fa..5521462 100644
--- a/vcl/aqua/source/app/salinst.cxx
+++ b/vcl/aqua/source/app/salinst.cxx
@@ -610,7 +610,7 @@ void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent )
         {
             if ( ((*it)->mbFullScreen == true) )
                 bIsFullScreenMode = true;
-            it++;
+            ++it;
         }
 
         switch ([pEvent data1])


More information about the Libreoffice-commits mailing list