diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2025-02-24 16:02:33 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2025-02-25 10:51:36 +0100 |
commit | c5f7619d6eebe478332ae4dcb27fde85df6278a9 (patch) | |
tree | 2911ad9250bee55dddd8c77903581c0d2b84a668 /sw/qa | |
parent | 0ab638e42184284f296fbbb9aa9465a70ae6e3bd (diff) |
tdf#165322 sw: GetRedline() binary search doesn't work with overlaps
Change-Id: I6d7a271eb96f55abdd6d53a153b277083868109b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182117
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport12.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx index 902d2f5f33eb..17b09796db41 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx @@ -1608,7 +1608,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf125546) loadAndSave("tdf125546.docx"); xmlDocUniquePtr pXmlDoc = parseExport(u"word/document.xml"_ustr); // compress redlines (it was 15) - assertXPath(pXmlDoc, "//w:rPrChange", 2); + assertXPath(pXmlDoc, "//w:rPrChange", 3); } CPPUNIT_TEST_FIXTURE(Test, testLabelWidthAndPosition_Left_FirstLineIndent) |