diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-11-20 11:27:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-01-07 16:11:09 +0000 |
commit | 7a091b24ef3abc2f27bfaebdd47714d936f4e9c9 (patch) | |
tree | e29043f2daa28ea953c2df7a4c9feaa2829f0cea /sw | |
parent | 2c71f383019e0ac13b83aabd3011d7f7b55a62b3 (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>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/edit/edfld.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) ) ) { |