mirror of https://github.com/apache/poi.git
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
6fb017ee9c
commit
5727e492e0
|
@ -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