From bd3fed7599f3e6636210a96daf4219ab6ebf4d3f Mon Sep 17 00:00:00 2001 From: Tony Qu Date: Tue, 26 Apr 2022 07:37:07 +0800 Subject: [PATCH] Update spreadsheetShape.cs --- OpenXmlFormats/Drawing/spreadsheetShape.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/OpenXmlFormats/Drawing/spreadsheetShape.cs b/OpenXmlFormats/Drawing/spreadsheetShape.cs index 7e69705a1..232e54b68 100644 --- a/OpenXmlFormats/Drawing/spreadsheetShape.cs +++ b/OpenXmlFormats/Drawing/spreadsheetShape.cs @@ -605,11 +605,6 @@ public CT_GroupShape() this.shapes = new List(); } - public CT_GroupShape() - { - this.pictures = new List(); - } - public void Set(CT_GroupShape groupShape) { this.grpSpPrField = groupShape.grpSpPr;