Browse Source

Merge pull request #173 from hypertherm/indexedcolors_typo_lemonchiffon

Fix typo of IndexedColor "LemonChiffon" name mapping dictionary
master
Savorboard 4 years ago
committed by GitHub
parent
commit
73aff7c815
  1. 2
      src/NPOI.OOXML/SS/UserModel/IndexedColors.cs

2
src/NPOI.OOXML/SS/UserModel/IndexedColors.cs

@ -168,7 +168,7 @@ namespace NPOI.SS.UserModel
mappingName.Add("grey50percent", IndexedColors.Grey50Percent);
mappingName.Add("cornflowerblue", IndexedColors.CornflowerBlue);
mappingName.Add("maroon", IndexedColors.Maroon);
mappingName.Add("lemonchilffon", IndexedColors.LemonChiffon);
mappingName.Add("lemonchiffon", IndexedColors.LemonChiffon);
mappingName.Add("orchid", IndexedColors.Orchid);
mappingName.Add("coral", IndexedColors.Coral);
mappingName.Add("royalblue", IndexedColors.RoyalBlue);

Loading…
Cancel
Save