[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sw/source

Andras Timar andras.timar at collabora.com
Thu Nov 14 03:55:36 PST 2013


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

New commits:
commit 4edc3c0500acba23518ddc7c35f7aa81739b6b9b
Author: Andras Timar <andras.timar at collabora.com>
Date:   Tue Nov 12 20:55:23 2013 +0100

    fdo#46410 fix FindRange
    
    Change-Id: I7aada76bc2e8e767f36016eee5e57267b3718b13
    Reviewed-on: https://gerrit.libreoffice.org/6657
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx
index d4f8781..9cc5502 100644
--- a/sw/source/core/edit/edtox.cxx
+++ b/sw/source/core/edit/edtox.cxx
@@ -419,8 +419,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