sw/source/core/edit/edtox.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit d3ffdf5e7db40ab026a4d55bfe231ab5817c4142 Author: Andras Timar <andras.ti...@collabora.com> Date: Tue Nov 12 20:55:23 2013 +0100 fdo#46410 fix FindRange Change-Id: I7aada76bc2e8e767f36016eee5e57267b3718b13 diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx index 49c1c20..9059e17 100644 --- a/sw/source/core/edit/edtox.cxx +++ b/sw/source/core/edit/edtox.cxx @@ -389,8 +389,7 @@ void SwEditShell::ApplyAutoMark() // todo/mba: assuming that notes shouldn't be searched sal_Bool bSearchInNotes = sal_False; sal_uLong nRet = Find( aSearchOpt, bSearchInNotes, DOCPOS_START, DOCPOS_END, bCancel, - (FindRanges)(FND_IN_SELALL|FND_IN_BODYONLY|FND_IN_OTHER), - sal_False ); + (FindRanges)(FND_IN_SELALL), sal_False ); if(nRet) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits