Fix typo
Change-Id: If77ca9754acd0010edb2810dfaecd511d51add29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183559 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
This commit is contained in:
committed by
Julien Nabet
parent
a0dd9ce966
commit
503d988fc6
@@ -142,7 +142,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf165521_fixedCellHeight)
|
|||||||
const sal_Int32 nTableFontLineHeight = getXPath(pDocument, sTablePath7, "y").toInt32()
|
const sal_Int32 nTableFontLineHeight = getXPath(pDocument, sTablePath7, "y").toInt32()
|
||||||
- getXPath(pDocument, sTablePath6, "y").toInt32();
|
- getXPath(pDocument, sTablePath6, "y").toInt32();
|
||||||
// Expected: 593.
|
// Expected: 593.
|
||||||
// Actual (without the acompanying patch) 553
|
// Actual (without the accompanying patch) 553
|
||||||
CPPUNIT_ASSERT_EQUAL(nTextBoxFontLineHeight, nTableFontLineHeight);
|
CPPUNIT_ASSERT_EQUAL(nTextBoxFontLineHeight, nTableFontLineHeight);
|
||||||
|
|
||||||
// All of the text must fit inside the table,
|
// All of the text must fit inside the table,
|
||||||
|
Reference in New Issue
Block a user