summaryrefslogtreecommitdiffstats
path: root/editeng/qa/unit
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2018-03-09 20:26:35 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2018-03-09 21:21:32 +0100
commit63311c2d512f69bff9a2e3c012a4f36a91f23e19 (patch)
tree1944d25aa0e11eca75037642ea901ddaa0ac1bd8 /editeng/qa/unit
parentloplugin:nullptr (clang-cl) (diff)
downloadcore-63311c2d512f69bff9a2e3c012a4f36a91f23e19.tar.gz
core-63311c2d512f69bff9a2e3c012a4f36a91f23e19.zip
tdf#116101 Correct bullet position for linespacing > 100%
Change-Id: Ia900636d4013ab2a9c893c8246391db867fe1543 Reviewed-on: https://gerrit.libreoffice.org/51017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'editeng/qa/unit')
-rw-r--r--editeng/qa/unit/core-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/qa/unit/core-test.cxx b/editeng/qa/unit/core-test.cxx
index 7e1ccef61824..57efc39b4d97 100644
--- a/editeng/qa/unit/core-test.cxx
+++ b/editeng/qa/unit/core-test.cxx
@@ -226,7 +226,7 @@ void Test::testLineSpacing()
// Check the first line
ParagraphInfos aInfo2 = aEditEngine.GetParagraphInfos(0);
- CPPUNIT_ASSERT_EQUAL(sal_uInt16(295), aInfo2.nFirstLineMaxAscent);
+ CPPUNIT_ASSERT_EQUAL(sal_uInt16(311), aInfo2.nFirstLineMaxAscent);
CPPUNIT_ASSERT_EQUAL(sal_uInt16(382), static_cast<sal_uInt16>(aEditEngine.GetLineHeight(0)));
}