sw/qa/extras/ooxmlimport/ooxmlimport2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4694702280200dc257b28ea204127c4ce8493867 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Nov 11 12:04:01 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 12 09:03:12 2025 +0100 Fix typo Change-Id: If7183f019e85bd5d979742797f36fe657000955b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193789 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx index eb27b38553cc..45e519dde884 100644 --- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx +++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx @@ -1391,7 +1391,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf169173) uno::Reference<text::XTextTable> xTable(xTables->getByIndex(0), uno::UNO_QUERY); uno::Reference<table::XCellRange> xCellRange(xTable, uno::UNO_QUERY); - // Get the last row first coloumn in the table + // Get the last row first column in the table uno::Reference<text::XText> xCell( xCellRange->getCellByPosition(0, xTable->getRows()->getCount() - 1), uno::UNO_QUERY);
