summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core')
-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 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 ) ) )
{