diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-04-19 09:31:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-04-19 12:16:30 +0200 |
commit | 6fe1b4af873cf903afb7be49993213e445f67a35 (patch) | |
tree | d258f27feeb29fec3a916bb045a18afcdc41070b /sw | |
parent | c526c04873ae8e591056a234ea892eaaec145d1f (diff) |
Fix typo
Change-Id: I00f6c7696b9b2cdb6f1ac0ae71774795f48daf91
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166285
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/odfexport/odfexport2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/odfexport/odfexport2.cxx b/sw/qa/extras/odfexport/odfexport2.cxx index 469fa6bddddc..4523e0551e18 100644 --- a/sw/qa/extras/odfexport/odfexport2.cxx +++ b/sw/qa/extras/odfexport/odfexport2.cxx @@ -1523,7 +1523,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf160700) xmlDocUniquePtr pXmlDoc = parseExport("content.xml"); // Check that we export the bookmark in the empty paragraph as a single text:bookmark - // element. Another walid markup is text:bookmark-start followed by text:bookmark-end + // element. Another valid markup is text:bookmark-start followed by text:bookmark-end // (in that order). The problem was, that text:bookmark-end was before text:bookmark-start. assertXPathChildren(pXmlDoc, "//office:text/text:list/text:list-item/text:p"_ostr, 1); assertXPath(pXmlDoc, "//office:text/text:list/text:list-item/text:p/text:bookmark"_ostr); |