[Libreoffice-commits] core.git: sw/source

Andras Timar andras.timar at collabora.com
Tue Nov 12 11:47:07 PST 2013


 sw/source/core/edit/edtox.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit d3ffdf5e7db40ab026a4d55bfe231ab5817c4142
Author: Andras Timar <andras.timar at 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)
                     {


More information about the Libreoffice-commits mailing list