Fix typo
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:
parent
ef0e2c9f97
commit
34669af1ce
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue