one more fix related to Bugzilla 54407

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1437306 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2013-01-23 09:14:14 +00:00
parent 99476fc6b8
commit 90d7b88fa3
1 changed files with 1 additions and 0 deletions

View File

@ -346,6 +346,7 @@ public abstract class XSLFSheet extends POIXMLDocumentPart implements XSLFShapeC
_spTree = null;
_drawing = null;
_spTree = null;
_placeholders = null;
// recursively update each shape
List<XSLFShape> tgtShapes = getShapeList();