sw/qa/extras/ooxmlexport/ooxmlexport25.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b93d1b2c870b0f33e70aa021e291bb41181716c3 Author: Justin Luth <[email protected]> AuthorDate: Tue Mar 3 21:14:48 2026 -0500 Commit: Justin Luth <[email protected]> CommitDate: Thu Mar 5 03:58:19 2026 +0100 comment typo: pPr, not rPr Change-Id: I1a26007af3193888babab6b828dcb1f8a310b890 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200917 Tested-by: Jenkins Reviewed-by: Justin Luth <[email protected]> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport25.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport25.cxx index 802c9ccdec76..ae8fb84c9e84 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport25.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport25.cxx @@ -61,7 +61,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf171038_pageAfter) xmlDocUniquePtr pXmlDoc = parseExport(u"word/document.xml"_ustr); assertXPath(pXmlDoc, "//w:sectPr", 2); // there are two section breaks assertXPath(pXmlDoc, "//w:body/w:p/w:pPr/w:p/w:pPr/w:sectPr", 0); // would be corrupt document - assertXPath(pXmlDoc, "//w:body/w:p/w:pPr/w:sectPr", 1); // one is in the paragraph rPr + assertXPath(pXmlDoc, "//w:body/w:p/w:pPr/w:sectPr", 1); // one is in the paragraph pPr assertXPath(pXmlDoc, "//w:body/w:sectPr", 1); // the other is at the end of the document }
