mirror of https://github.com/apache/poi.git
BugFix: wrong hyperlink record added - used child instead of parent record
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1725041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
384c1bc7b6
commit
118f7f283b
|
@ -317,7 +317,7 @@ public abstract class HSLFSimpleShape extends HSLFShape implements SimpleShape<H
|
|||
infoAtom.setHyperlinkID(link.getId());
|
||||
|
||||
HSLFEscherClientDataRecord cldata = getClientData(true);
|
||||
cldata.addChild(infoAtom);
|
||||
cldata.addChild(info);
|
||||
}
|
||||
|
||||
public Guide getAdjustValue(String name) {
|
||||
|
|
Loading…
Reference in New Issue