fixed constant for black (glen fixed it in HSSFColorConstants which is deprecated)

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-04-07 17:28:27 +00:00
parent 424e1eacba
commit 416082dfad
1 changed files with 1 additions and 1 deletions

View 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