From eb7efc3e18b67d865a189984747a77fd871b4056 Mon Sep 17 00:00:00 2001 From: Vladimir Privezenov Date: Mon, 9 Feb 2026 15:31:22 +0300 Subject: [PATCH] For bug 58832 Remove unusual code --- common/Drawings/Format/Data.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/common/Drawings/Format/Data.js b/common/Drawings/Format/Data.js index 8d4fb086eb..a330530d1d 100644 --- a/common/Drawings/Format/Data.js +++ b/common/Drawings/Format/Data.js @@ -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);