glens 02/03/10 17:45:30
Modified: src/java/org/apache/poi/hssf/usermodel
HSSFColorConstants.java
Log:
Fix for the annoying dialog bug
Revision Changes Path
1.2 +4 -2
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFColorConstants.java
Index: HSSFColorConstants.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFColorConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HSSFColorConstants.java 31 Jan 2002 02:23:44 -0000 1.1
+++ HSSFColorConstants.java 11 Mar 2002 01:45:30 -0000 1.2
@@ -70,8 +70,10 @@
public interface HSSFColorConstants
{
- public final static short AUTOMATIC = 0x7fff;
- public final static short BLACK = 0x0; // 0 0 0
+// public final static short AUTOMATIC = 0x7fff;
+ public final static short AUTOMATIC = 0x40;
+// public final static short BLACK = 0x0; // 0 0 0
+ public final static short BLACK = 0x8; // 0 0 0
public final static short BROWN = 0x3c; // 153, 51, 0
public final static short OLIVE_GREEN = 0x3b; // 51, 51, 0
public final static short DARK_GREEN = 0x3a; // 0, 51, 0