https://bugs.documentfoundation.org/show_bug.cgi?id=129449
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] |desktop.org | CC| |[email protected] --- Comment #7 from Justin L <[email protected]> --- So, this fails when looping through the nodes. The same problem happens with the first paragraph with Find Previous. In sw/source/core/crsr/pam.cxx, it checks if Node 11,0 < 11,0 and since that is not true, it doesn't process the last node. So somehow we need to say that the FnCmp is not < but <= (and not break everything in LO in the process). Proposed fix at https://gerrit.libreoffice.org/c/core/+/208170 -- You are receiving this mail because: You are the assignee for the bug.
