Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions OpenXmlFormats/Spreadsheet/Styles/CT_Font.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,6 @@ public CT_BooleanProperty shadow
}
public int sizeOfShadowArray()
{
if (this.shadowField == null)
return 0;
return this.shadowField == null ? 0 : 1;
}
public CT_BooleanProperty AddNewShadow()
Expand All @@ -440,8 +438,6 @@ public CT_BooleanProperty condense
}
public int sizeOfCondenseArray()
{
if (this.condenseField == null)
return 0;
return this.condenseField == null ? 0 : 1;
}
public CT_BooleanProperty AddNewCondense()
Expand Down