vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5bc6a7629fbcadb634b1c2e6ba2c931a15d353a8 Author: Andrea Gelmini <[email protected]> Date: Sun Apr 22 02:08:47 2018 +0200 Fix typo Change-Id: I80ee9824473facdcb1c96f332773fcd79b266efe Reviewed-on: https://gerrit.libreoffice.org/53246 Tested-by: Jenkins <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx index 2f9274ddb7bc..c2455e1e4e16 100644 --- a/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx +++ b/vcl/qa/cppunit/bitmaprender/BitmapRenderTest.cxx @@ -62,7 +62,7 @@ void BitmapRenderTest::testTdf104141() BitmapEx aBitmap = aGraphic.GetBitmapEx(); pVDev->DrawBitmapEx(Point(20, 20), aBitmap); - // Check drawing resuts: ensure that it contains transparent + // Check drawing results: ensure that it contains transparent // (greenish) pixels #if !defined MACOSX //TODO: on Mac colors are drifted, so exact compare fails const Color aColor = pVDev->GetPixel(Point(21, 21)); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
