]> source.dussan.org Git - poi.git/commitdiff
Changed to Andy's suggestion.
authorGlen Stampoultzis <glens@apache.org>
Mon, 11 Mar 2002 02:14:28 +0000 (02:14 +0000)
committerGlen Stampoultzis <glens@apache.org>
Mon, 11 Mar 2002 02:14:28 +0000 (02:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352202 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFCellStyle.java

index a9baef3740ab4d741fb8ee971d7a6629bf01143f..821740a3c0cc2df59faec63ab34afa61457c81ea 100644 (file)
@@ -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 */