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:
Andreas Beeker 2016-01-16 22:19:34 +00:00
parent 51e4b32498
commit 94fdd517aa

View File

@ -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) {