summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-12 01:54:37 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-14 10:46:30 +0000
commita6e066e3aa1fdf0e9001e4721171b523ac39d8d8 (patch)
treeb13d8f6fa420a24ab3774edc52cc09e8d01dfb90 /vcl
parentfdo#64495: sw: fix regex search for soft hyphen \xAD (diff)
downloadcore-a6e066e3aa1fdf0e9001e4721171b523ac39d8d8.tar.gz
core-a6e066e3aa1fdf0e9001e4721171b523ac39d8d8.zip
sw: fix regex search/replace of $ in selection
SwView::Replace() nowadays first searches for the to-be-replaced text in the current selection, which does not work in the corner case of "$" when the selection starts at end of a paragraph, as it will when clicking "Find" to look for "$" and then clicking "Replace". The problem is that there is some antique code in SwPaM::Find() to move the cursor forward if it's at the end of a paragraph, which is presumably some pointless micro-optimization; the result is that "Replace" does not replace the selected paragraph break but the one in the following paragraph. (regression from 68a014dbca8bbd25056f75ef551fb81a0dbfb1b7) Conflicts: sw/source/core/crsr/findtxt.cxx (cherry picked from commit b60ce8465c8f01242354abccebe00742d164af60) Change-Id: I5aae9c272d102a48166c63e01775dc6322f9f02d Reviewed-on: https://gerrit.libreoffice.org/6230 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'vcl')
0 files changed, 0 insertions, 0 deletions