diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-05 15:24:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-05 20:37:21 +0200 |
commit | 0c8b749e602b6743857a9bc4efb24b6183690311 (patch) | |
tree | e1080eb36e53c168bfbd5eedad479aac0e3b33c0 /vcl/qa/cppunit | |
parent | 2b329599183107735e1a7b6aad516452eb6fa6a6 (diff) |
Resolves: tdf#107249 round ascent/descent/extleading on conversion to int
Change-Id: Ia3ab5960d5288f5831aaa4ade800ca7513dad766
Reviewed-on: https://gerrit.libreoffice.org/41944
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/qa/cppunit')
-rw-r--r-- | vcl/qa/cppunit/complextext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx index 5828a16c77a4..a0fba312aa9f 100644 --- a/vcl/qa/cppunit/complextext.cxx +++ b/vcl/qa/cppunit/complextext.cxx @@ -85,7 +85,7 @@ void VclComplexTextTest::testArabic() // text advance width and line height CPPUNIT_ASSERT_EQUAL(72L, pOutDev->GetTextWidth(aOneTwoThree)); - CPPUNIT_ASSERT_EQUAL(13L, pOutDev->GetTextHeight()); + CPPUNIT_ASSERT_EQUAL(14L, pOutDev->GetTextHeight()); // exact bounding rectangle, not essentially the same as text width/height #if defined(MACOSX) || defined(_WIN32) |