sackley     2004/04/08 04:51:10

  Modified:    src/scratchpad/src/org/apache/poi/hwpf HWPFDocument.java
  Log:
  patch and latest bug fixes
  
  Revision  Changes    Path
  1.12      +1 -1      
jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
  
  Index: HWPFDocument.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- HWPFDocument.java 6 Apr 2004 04:43:59 -0000       1.11
  +++ HWPFDocument.java 8 Apr 2004 11:51:10 -0000       1.12
  @@ -156,7 +156,7 @@
         _pbt.adjustForDelete(0, 0, cpMin);
       }
   
  -    _st = new SectionTable(_mainStream, _tableStream, _fib.getFcPlcfsed(), 
_fib.getLcbPlcfsed(), fcMin);
  +    _st = new SectionTable(_mainStream, _tableStream, _fib.getFcPlcfsed(), 
_fib.getLcbPlcfsed(), fcMin, getTextTable().getTextPieces());
       _ss = new StyleSheet(_tableStream, _fib.getFcStshf());
       _ft = new FontTable(_tableStream, _fib.getFcSttbfffn(), _fib.getLcbSttbfffn());
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to