sd/qa/unit/PNGExportTests.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 686d9caaba6e1fe0bb1e1caedc6869fa9f2bddc7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Sep 8 12:33:19 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Sep 8 12:48:12 2022 +0200 Fix typo Change-Id: I0dc42449baa4bed54aa1fdd60c1b62d4a9cb358e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139647 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sd/qa/unit/PNGExportTests.cxx b/sd/qa/unit/PNGExportTests.cxx index 4d1091fbf536..d38e8826a8c9 100644 --- a/sd/qa/unit/PNGExportTests.cxx +++ b/sd/qa/unit/PNGExportTests.cxx @@ -160,7 +160,7 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf126319) { const Color aColorTop = pReadAccess->GetColor(0, nX); // tdf#150102 the exported graphic now has no longer an empty bottom - // row, so test with '-1' in height , same as alrteady in test + // row, so test with '-1' in height , same as already in test // testTdf105998 above const Color aColorBottom = pReadAccess->GetColor(aSize.Height() - 1, nX); @@ -176,7 +176,7 @@ CPPUNIT_TEST_FIXTURE(SdPNGExportTest, testTdf126319) { const Color aColorLeft = pReadAccess->GetColor(nY, 0); // tdf#150102 the exported graphic now has no longer an empty right - // column, so test with '-1' in width , same as alrteady in test + // column, so test with '-1' in width , same as already in test // testTdf105998 above const Color aColorRight = pReadAccess->GetColor(nY, aSize.Width() - 1);