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

Andras Timar andras.timar at collabora.com
Tue Oct 27 09:23:50 PDT 2015


 sw/source/core/edit/edfld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1f43eaf45225218ee9329e3b89ba34306e722a2
Author: Andras Timar <andras.timar at collabora.com>
Date:   Thu Nov 20 11:27:27 2014 +0100

    fdo#79409 allow selection from list field in protected section
    
    Change-Id: I4840ab7e24c8569aea727a537e00e88a8e9ed15b
    Reviewed-on: https://gerrit.libreoffice.org/12983
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    (cherry picked from commit 7a091b24ef3abc2f27bfaebdd47714d936f4e9c9)
    Reviewed-on: https://gerrit.libreoffice.org/19625
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx
index 0dbcb92..ec906da 100644
--- a/sw/source/core/edit/edfld.cxx
+++ b/sw/source/core/edit/edfld.cxx
@@ -302,7 +302,7 @@ void SwEditShell::UpdateFlds( SwField &rFld )
                 // Search for SwTxtFld ...
                 while(  bOkay
                      && pCurStt->nContent != pCurEnd->nContent
-                     && ( aPam.Find( aFldHint, false, fnMoveForward, &aCurPam )
+                     && ( aPam.Find( aFldHint, false, fnMoveForward, &aCurPam, true )
                           || aPam.Find( aAnnotationFldHint, false, fnMoveForward, &aCurPam )
                           || aPam.Find( aInputFldHint, false, fnMoveForward, &aCurPam ) ) )
                 {


More information about the Libreoffice-commits mailing list