summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-20 11:27:27 +0100
committerMichael Stahl <mstahl@redhat.com>2015-10-27 16:23:27 +0000
commitd1f43eaf45225218ee9329e3b89ba34306e722a2 (patch)
tree3d220b4b92fad8c43ca8c17278f151d4df92308f
parent748ff17f7780232729d60ef764b0f2995b887b22 (diff)
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@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 7a091b24ef3abc2f27bfaebdd47714d936f4e9c9) Reviewed-on: https://gerrit.libreoffice.org/19625 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sw/source/core/edit/edfld.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/edit/edfld.cxx b/sw/source/core/edit/edfld.cxx
index 0dbcb9296a16..ec906dab2e02 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 ) ) )
{