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
51e4b32498
commit
94fdd517aa
@ -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
Block a user