Skip to content

Commit

Permalink
Update spreadsheetShape.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Apr 25, 2022
1 parent 418db22 commit bd3fed7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions OpenXmlFormats/Drawing/spreadsheetShape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -605,11 +605,6 @@ public CT_GroupShape()
this.shapes = new List<CT_Shape>();
}

public CT_GroupShape()
{
this.pictures = new List<CT_Picture>();
}

public void Set(CT_GroupShape groupShape)
{
this.grpSpPrField = groupShape.grpSpPr;
Expand Down

0 comments on commit bd3fed7

Please sign in to comment.