vcl/qa/cppunit/GraphicTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 485b8d1b8d49932009ece4508a3a2572b907d4b4 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 25 22:00:28 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Dec 27 12:20:07 2024 +0100 Fix typo Change-Id: I1733e10abbe7ead32076a1d885c32dc173cfd3e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179413 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/vcl/qa/cppunit/GraphicTest.cxx b/vcl/qa/cppunit/GraphicTest.cxx index f6828ea7d8c7..51c619ee4765 100644 --- a/vcl/qa/cppunit/GraphicTest.cxx +++ b/vcl/qa/cppunit/GraphicTest.cxx @@ -526,7 +526,7 @@ CPPUNIT_TEST_FIXTURE(GraphicTest, testSwappingGraphic_PNG_WithGfxLink) BitmapChecksum aChecksumBeforeSwapping = aGraphic.GetChecksum(); CPPUNIT_ASSERT_EQUAL(true, aGraphic.IsGfxLink()); - // Expect the the compressed png is be at least W * H / 2 + // Expect the compressed png is be at least W * H / 2 CPPUNIT_ASSERT_LESS(sal_uInt32(120 * 100 / 2), aGraphic.GetGfxLink().GetDataSize()); // We loaded the Graphic and made it available
