From 27a1a540941f3adf32a707789e755002c44f9645 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Mon, 11 Mar 2002 01:45:30 +0000 Subject: [PATCH] Fix for the annoying dialog bug git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352200 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/hssf/usermodel/HSSFColorConstants.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFColorConstants.java b/src/java/org/apache/poi/hssf/usermodel/HSSFColorConstants.java index 0204dd2529..173253a4b7 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFColorConstants.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFColorConstants.java @@ -70,8 +70,10 @@ package org.apache.poi.hssf.usermodel; 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