diff --git a/newbuild.xml b/newbuild.xml index 4f811b945..673517896 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 7b15a23d3..15dec8b55 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);