vcl/qa/cppunit/text.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a02d9e8de07de4ab9f586f82aed7a2e0413520cd Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon May 24 21:29:07 2021 +0200 Commit: Andrea Gelmini <andrea.gelm...@gelma.net> CommitDate: Tue May 25 06:57:14 2021 +0200 Fix typo Change-Id: Ie75d4521aabc42cc57cccec5f77ec9147aca180d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116074 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net> diff --git a/vcl/qa/cppunit/text.cxx b/vcl/qa/cppunit/text.cxx index 8f04077ee6d9..b50feb0fe5a0 100644 --- a/vcl/qa/cppunit/text.cxx +++ b/vcl/qa/cppunit/text.cxx @@ -174,7 +174,7 @@ void VclTextTest::testSimpleText() device->SetFont(font); device->DrawText(Point(90, 10), text); exportDevice("simple-text-36-270deg.png", device); - // Width and heigth here should be swapped, again allowing for some imprecisions. + // Width and height here should be swapped, again allowing for some imprecisions. tools::Long height36Rotated = getCharacterLeftSideHeight(device, Point(0, 20)); CPPUNIT_ASSERT_DOUBLES_EQUAL(width36, height36Rotated, 2); tools::Long width36Rotated = getCharacterTopWidth(device, Point(70, 0)); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits