[Libreoffice-commits] core.git: vcl/win
Julien Nabet
serval2412 at yahoo.fr
Wed Apr 20 05:06:54 UTC 2016
vcl/win/gdi/winlayout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3dca8575d63db50b0120fbff09bbfcd056fa3732
Author: Julien Nabet <serval2412 at 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 <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at 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;
}
}
}
More information about the Libreoffice-commits
mailing list