sc/qa/unit/subsequent_export_test4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e14f600dc33eeb219cc68f55192205dd61810116 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 25 10:37:26 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Nov 25 12:31:59 2025 +0100 Fix typo Change-Id: I97f4b69b1c04b984340459733ad1394a26a67c7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194515 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> Code-Style: Julien Nabet <[email protected]> diff --git a/sc/qa/unit/subsequent_export_test4.cxx b/sc/qa/unit/subsequent_export_test4.cxx index cefbc483b8ca..e3d84bc5cfda 100644 --- a/sc/qa/unit/subsequent_export_test4.cxx +++ b/sc/qa/unit/subsequent_export_test4.cxx @@ -2160,7 +2160,7 @@ CPPUNIT_TEST_FIXTURE(ScExportTest4, testOrderOfCNumFmtElements) { createScDoc("xlsx/orderOfCNumFmtElements.xlsx"); - // Without the fix in place, this test would have failed wiht + // Without the fix in place, this test would have failed with // - Expected: 0 // - Actual : 10 // - validation error in OOXML export: Errors: 10
