From 7a091b24ef3abc2f27bfaebdd47714d936f4e9c9 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 20 Nov 2014 11:27:27 +0100 Subject: fdo#79409 allow selection from list field in protected section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4840ab7e24c8569aea727a537e00e88a8e9ed15b Reviewed-on: https://gerrit.libreoffice.org/12983 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/core/edit/edfld.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core') diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx index 3540ab7bfbd7..8377fb3fec5b 100644 --- a/sw/source/core/edit/edfld.cxx +++ b/sw/source/core/edit/edfld.cxx @@ -304,7 +304,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 ) ) ) { -- cgit v1.2.3