]> source.dussan.org Git - poi.git/commitdiff
discovered that dotted border constant was wrong... reversed with another
authorAndrew C. Oliver <acoliver@apache.org>
Thu, 4 Jul 2002 04:48:17 +0000 (04:48 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Thu, 4 Jul 2002 04:48:17 +0000 (04:48 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352751 13f79535-47bb-0310-9956-ffa450edef68

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

index 0b3db6d8e319b100d2bb7c1d803830d28f11743b..70ec27b169b5bbc73ec4fc1ec79ebd9afe229d62 100644 (file)
@@ -173,7 +173,7 @@ public class HSSFCellStyle
      * dot border
      */
 
-    public final static short    BORDER_DOTTED              = 0x4;
+    public final static short    BORDER_HAIR              = 0x4;
 
     /**
      * Thick border
@@ -191,7 +191,7 @@ public class HSSFCellStyle
      * hair-line border
      */
 
-    public final static short    BORDER_HAIR                = 0x7;
+    public final static short    BORDER_DOTTED                = 0x7;
 
     /**
      * Medium dashed border