mirror of https://github.com/apache/poi.git
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:
parent
073cb739db
commit
69ffb84518
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue