diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-03-11 02:14:28 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-03-11 02:14:28 +0000 |
commit | a57844b1683b68286995852a4803f3978bbcf009 (patch) | |
tree | c462861ef1e40b3c4153fcd045fa7f45bdb93db6 | |
parent | db919cdcaa2ea637979917c9bc145c891fcda04b (diff) | |
download | poi-a57844b1683b68286995852a4803f3978bbcf009.tar.gz poi-a57844b1683b68286995852a4803f3978bbcf009.zip |
Changed to Andy's suggestion.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352202 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java index a9baef3740..821740a3c0 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java @@ -233,7 +233,7 @@ public class HSSFCellStyle /** No background */ public final static short NO_FILL = 0 ; /** Solidly filled */ - public final static short SOLID_FILL = 1 ; + public final static short SOLID_FOREGROUND = 1 ; /** Small fine dots */ public final static short FINE_DOTS = 2 ; /** Wide dots */ |