sw/qa/extras/layout/layout6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit eac93007af71b2c6b96eecc28d429e547fd74c11 Author: Mike Kaganski <[email protected]> AuthorDate: Fri Feb 6 11:18:42 2026 +0500 Commit: Mike Kaganski <[email protected]> CommitDate: Fri Feb 6 09:10:32 2026 +0100 Fix a typo in comment Change-Id: I8b7c23938dddacae432f875805beffe74044ee29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198812 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/sw/qa/extras/layout/layout6.cxx b/sw/qa/extras/layout/layout6.cxx index 4e8769e7fdf6..c4b430c9c04c 100644 --- a/sw/qa/extras/layout/layout6.cxx +++ b/sw/qa/extras/layout/layout6.cxx @@ -2040,7 +2040,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter6, testTdf170620_float_table_after_keep_with_ assertXPath(pXmlDoc, "//page[1]/sorted_objs/fly", 2); assertXPath(pXmlDoc, "//page[2]/sorted_objs/fly", 2); - // Get master/follow paragraph isd: + // Get master/follow paragraph ids: assertXPath(pXmlDoc, "//page[1]/body/txt", 3); assertXPath(pXmlDoc, "//page[2]/body/txt", 1); assertXPath(pXmlDoc, "//page[1]/body/txt[3]", "follow",
