sackley 2004/04/19 16:49:49
Modified: src/scratchpad/src/org/apache/poi/hwpf/model/io
HWPFFileSystem.java
Log:
<No Comment Entered>
Revision Changes Path
1.4 +1 -0
jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/io/HWPFFileSystem.java
Index: HWPFFileSystem.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/io/HWPFFileSystem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HWPFFileSystem.java 9 Apr 2004 13:05:32 -0000 1.3
+++ HWPFFileSystem.java 19 Apr 2004 23:49:49 -0000 1.4
@@ -38,6 +38,7 @@
{
_streams.put("WordDocument", new HWPFOutputStream());
_streams.put("1Table", new HWPFOutputStream());
+ _streams.put("Data", new HWPFOutputStream());
}
public HWPFOutputStream getStream(String name)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]