correctly handle overlapping fields and bookmarks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1150601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-25 09:08:00 +00:00
parent 59a35f3b22
commit 4d8a410fbe
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public abstract class AbstractWordConverter
bookmarkStack.addAll( bookmarks );
try
{
Range subrange = new Range( previous, structure.start,
Range subrange = new Range( structure.start, structure.end,
range )
{
@Override