You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by sa...@apache.org on 2004/04/20 01:49:49 UTC

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/io HWPFFileSystem.java

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: poi-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: poi-dev-help@jakarta.apache.org