sackley 2003/11/10 03:49:11
Modified: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes
DocumentProperties.java
Log:
latest changes...still not working though!
Revision Changes Path
1.3 +1 -1
jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/DocumentProperties.java
Index: DocumentProperties.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/DocumentProperties.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DocumentProperties.java 24 Jun 2003 11:32:30 -0000 1.2
+++ DocumentProperties.java 10 Nov 2003 11:49:11 -0000 1.3
@@ -72,6 +72,6 @@
public DocumentProperties(byte[] tableStream, int offset)
{
- super.fillFields(tableStream, (short)0, offset);
+ super.fillFields(tableStream, offset);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]