Change-Id: I6d1130f6d59439420dccbdf94a4df43504e7cd36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169514
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2024-06-25 13:22:54 +02:00 committed by Julien Nabet
parent ef0e2c9f97
commit 34669af1ce

View file

@ -1140,10 +1140,10 @@ CPPUNIT_TEST_FIXTURE(ScExportTest, testMiscRowHeightExport)
// Checks that some distributed ( non-empty ) heights remain set after export (to xls)
{ u"xlsx/miscrowheights.xlsx", u"MS Excel 97"_ustr, SAL_N_ELEMENTS(DfltRowData),
DfltRowData },
// Checks that repreated rows ( of various heights ) remain set after export ( to xlsx )
// Checks that repeated rows ( of various heights ) remain set after export ( to xlsx )
{ u"ods/miscemptyrepeatedrowheights.ods", u"Calc Office Open XML"_ustr,
SAL_N_ELEMENTS(EmptyRepeatRowData), EmptyRepeatRowData },
// Checks that repreated rows ( of various heights ) remain set after export ( to xls )
// Checks that repeated rows ( of various heights ) remain set after export ( to xls )
{ u"ods/miscemptyrepeatedrowheights.ods", u"MS Excel 97"_ustr,
SAL_N_ELEMENTS(EmptyRepeatRowData), EmptyRepeatRowData },
};