summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-24 21:29:07 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-05-25 06:57:14 +0200
commita02d9e8de07de4ab9f586f82aed7a2e0413520cd (patch)
treedfa14ccec5359b4e9e4d6525bf9c5fba5896cebf
parent02181b90af46a4736502318a36a5ca8630de09a1 (diff)
Fix typo
Change-Id: Ie75d4521aabc42cc57cccec5f77ec9147aca180d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116074 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--vcl/qa/cppunit/text.cxx2
1 files changed, 1 insertions, 1 deletions
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));