reverted the change made in r693085 , see bug #45859
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@700479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f30070f18a
commit
2c0c9b6d8b
@ -686,8 +686,8 @@ public class HSSFWorkbook extends POIDocument
|
||||
HSSFName newName = new HSSFName(this, newNameRecord);
|
||||
names.add(newName);
|
||||
|
||||
}
|
||||
workbook.cloneDrawings(clonedSheet.getSheet());
|
||||
}
|
||||
// TODO - maybe same logic required for other/all built-in name records
|
||||
|
||||
return clonedSheet;
|
||||
|
Loading…
Reference in New Issue
Block a user