sw/qa/extras/ooxmlimport/ooxmlimport2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e11655bc0ff6047bdf1cc4ddc39af3a37a948782 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Apr 8 09:38:35 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Apr 8 09:46:46 2023 +0200 Fix typo Change-Id: I1346a75f6341f01544102ffdb615f01f7332de62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150155 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx index 906230ada7d4..bcd75b78ecf5 100644 --- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx +++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx @@ -1059,7 +1059,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf154319) }; // tdf#154360: check tab stops between the number and the entry text - // The last (10th) level does not correspont to any MS level (only 9 levels there) + // The last (10th) level does not correspond to any MS level (only 9 levels there) constexpr sal_Int32 levelTabStops[] = { 776, 1270, 1270, 1270, 1270, 1270, 1270, 1270, 1270, -1 };