From: Glen Stampoultzis Date: Wed, 9 Apr 2003 08:48:42 +0000 (+0000) Subject: no message X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5aa065edc6f783c98a3e289fe29039b79e2ef801;p=poi.git no message git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/BUILD_BRANCH@353046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/newbuild.xml b/newbuild.xml index 4f811b945b..673517896f 100644 --- a/newbuild.xml +++ b/newbuild.xml @@ -1,7 +1,28 @@ + + + The POI project Ant build. + + @@ -262,13 +283,32 @@ - + + + + + + + - + + + + + + + + + + + + @@ -331,12 +371,16 @@ - + - + + + + diff --git a/src/java/org/apache/poi/hssf/record/DatRecord.java b/src/java/org/apache/poi/hssf/record/DatRecord.java index 7b15a23d37..15dec8b555 100644 --- a/src/java/org/apache/poi/hssf/record/DatRecord.java +++ b/src/java/org/apache/poi/hssf/record/DatRecord.java @@ -70,6 +70,7 @@ import org.apache.poi.util.*; public class DatRecord extends Record { + public final static short sid = 0x1063; private short field_1_options; private BitField horizontalBorder = new BitField(0x1);