Commit ea1f97ab authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32424

parent ee125ced
......@@ -198,7 +198,7 @@ function Spline(drawingObjects, theme, master, layout, slide, pageIndex)
xMax = max_x;
yMin = min_y;
yMax = max_y;
var shape = new CShape();
var shape = new AscFormat.CShape();
//if(drawingObjects)
//{
// shape.setWorksheet(drawingObjects.getWorksheetModel());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment