final AttributeList attrList = buildAttributeList(attrs);
attrList.removeAttribute(OfficeNamespaces.DRAWING_NS, OfficeToken.STYLE_NAME);
xmlWriter.writeTag(OfficeNamespaces.DRAWING_NS, OfficeToken.FRAME, attrList, XmlWriterSupport.OPEN);
startChartProcessing((AttributeMap) ole.get(i));
xmlWriter.writeCloseTag();
}
xmlWriter.writeCloseTag();
}
catch (IOException e)
{