]> source.dussan.org Git - poi.git/commitdiff
fixed constant for black (glen fixed it in HSSFColorConstants which is deprecated)
authorAndrew C. Oliver <acoliver@apache.org>
Sun, 7 Apr 2002 17:28:27 +0000 (17:28 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Sun, 7 Apr 2002 17:28:27 +0000 (17:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352348 13f79535-47bb-0310-9956-ffa450edef68

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

index 333cb2f111c31e7777f7c9eb7dc5624cdc31967d..c3d58f4be85d7f57d9933742bff982fec82f5db4 100644 (file)
@@ -184,7 +184,7 @@ public class HSSFColor
     public final static class BLACK
         extends HSSFColor
     {
-        public final static short   index     = 0x0;
+        public final static short   index     = 0x8;
         public final static short[] triplet   =
         {
             0, 0, 0