diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-06-25 13:22:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-06-25 13:54:30 +0200 |
commit | 34669af1ce80e4f8ea5c582736155a79338ffd12 (patch) | |
tree | 9878b3aa4914a925405e6ada7bd1de164f72c97a /sc/qa | |
parent | ef0e2c9f970ac59c8b27f79fb0cda6106f2f3013 (diff) |
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>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_export_test.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/subsequent_export_test.cxx b/sc/qa/unit/subsequent_export_test.cxx index 67e7cd013119..e3cad1881415 100644 --- a/sc/qa/unit/subsequent_export_test.cxx +++ b/sc/qa/unit/subsequent_export_test.cxx @@ -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 }, }; |