diff options
-rw-r--r-- | sw/source/core/doc/docbm.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index 6f8a091f6741..aef420965ec7 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -2100,6 +2100,8 @@ void DelBookmarks( pREnd->AssignEndIndex( *pCNd ); } } + if( lcl_Lower( *pREnd, rStt, oStartContentIdx ) ) + break; } } |