]> source.dussan.org Git - poi.git/commitdiff
Bug: 40267 squashed.
authorJason Height <jheight@apache.org>
Fri, 18 Aug 2006 07:44:57 +0000 (07:44 +0000)
committerJason Height <jheight@apache.org>
Fri, 18 Aug 2006 07:44:57 +0000 (07:44 +0000)
Thanks Richard, good catch. Keep it up!

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@432511 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/util/HSSFColor.java

index b0621509b9db4e5335f8b731d77d3d4cf507a0ad..b949e1b725efa42cd084552bbb70e48af75fe8aa 100644 (file)
@@ -183,7 +183,7 @@ public class HSSFColor
         hash.put(HSSFColor.YELLOW.hexString, new HSSFColor.YELLOW());
         hash.put(HSSFColor.BRIGHT_GREEN.hexString,
                  new HSSFColor.BRIGHT_GREEN());
-        hash.put(HSSFColor.BRIGHT_GREEN.hexString, new HSSFColor.TURQUOISE());
+        hash.put(HSSFColor.TURQUOISE.hexString, new HSSFColor.TURQUOISE());
         hash.put(HSSFColor.DARK_RED.hexString, new HSSFColor.DARK_RED());
         hash.put(HSSFColor.SKY_BLUE.hexString, new HSSFColor.SKY_BLUE());
         hash.put(HSSFColor.PLUM.hexString, new HSSFColor.PLUM());