diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-09-08 12:33:19 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-09-08 12:48:12 +0200 |
commit | 686d9caaba6e1fe0bb1e1caedc6869fa9f2bddc7 (patch) | |
tree | 752b071cb1d15333e126e86aa5fac254c71fff5b | |
parent | 4d672ac4d1670e20551497abb0c9d48e1aca7fb5 (diff) |
Fix typo
Change-Id: I0dc42449baa4bed54aa1fdd60c1b62d4a9cb358e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139647
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sd/qa/unit/PNGExportTests.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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); |