[Libreoffice-commits] core.git: vcl/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 25 04:57:49 UTC 2021
vcl/qa/cppunit/text.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a02d9e8de07de4ab9f586f82aed7a2e0413520cd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 24 21:29:07 2021 +0200
Commit: Andrea Gelmini <andrea.gelmini at 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.gelmini at 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));
More information about the Libreoffice-commits
mailing list