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:
parent
59a35f3b22
commit
4d8a410fbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user