For bug 58832

Remove unusual code
This commit is contained in:
Vladimir Privezenov
2026-02-09 15:31:22 +03:00
parent 84b4dbfb02
commit eb7efc3e18

View File

@ -7663,15 +7663,6 @@ Because of this, the display is sometimes not correct.
}, this, []);
}
SmartArt.prototype.decorateParaDrawing = function (drawingObjects) {
var drawing = new ParaDrawing(this.spPr.xfrm.extX, this.spPr.xfrm.extY, this, drawingObjects.drawingDocument, drawingObjects.document, null);
drawing.setExtent(this.spPr.xfrm.extX, this.spPr.xfrm.extY);
drawing.Set_GraphicObject(this);
this.setParent(drawing);
drawing.CheckWH();
return drawing;
};
SmartArt.prototype.fillByPreset = function (nSmartArtType, bLoadOnlyDrawing) {
const oApi = Asc.editor || editor;
const drawingInfo = AscCommon.g_oBinarySmartArts.getDrawingInfo(nSmartArtType);