[Libreoffice-commits] core.git: basegfx/source
Julien Nabet
serval2412 at yahoo.fr
Mon Apr 1 13:29:30 PDT 2013
basegfx/source/raster/rasterconvert3d.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b847e3c809bd662ccedf4f9a74cb19cc7c2de7dd
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Apr 1 22:27:04 2013 +0200
Prefer prefix ++/-- operators for non-primitive types
Change-Id: Iaf45e2b7f48ae4c5675d0b59df851dbde42ba934
diff --git a/basegfx/source/raster/rasterconvert3d.cxx b/basegfx/source/raster/rasterconvert3d.cxx
index c2c9236..501bdf9 100644
--- a/basegfx/source/raster/rasterconvert3d.cxx
+++ b/basegfx/source/raster/rasterconvert3d.cxx
@@ -106,7 +106,7 @@ namespace basegfx
}
}
- aCurrentEntry++;
+ ++aCurrentEntry;
}
// sort current scanline using comparator. Only X is used there
More information about the Libreoffice-commits
mailing list