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

New commits:
commit 3dca8575d63db50b0120fbff09bbfcd056fa3732
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Tue Apr 19 22:41:46 2016 +0200

    Prefer prefix ++/-- operators for non-primitive types
    
    Change-Id: I83273c31a03cf79126e71d55b39211c18f8bfcd0
    Reviewed-on: https://gerrit.libreoffice.org/24249
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/win/gdi/winlayout.cxx b/vcl/win/gdi/winlayout.cxx
index ea1341f..b248aeb 100644
--- a/vcl/win/gdi/winlayout.cxx
+++ b/vcl/win/gdi/winlayout.cxx
@@ -155,7 +155,7 @@ public:
             }
             else
             {
-                it++;
+                ++it;
             }
         }
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to