pherweg     2004/07/17 06:11:12

  Modified:    src/java/org/apache/fop/render/rtf/rtflib/rtfdoc
                        RtfList.java
  Log:
  set bullet list as default list style
  
  Revision  Changes    Path
  1.4       +3 -1      
xml-fop/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfList.java
  
  Index: RtfList.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfList.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RtfList.java      27 Feb 2004 17:54:01 -0000      1.3
  +++ RtfList.java      17 Jul 2004 13:11:12 -0000      1.4
  @@ -61,6 +61,8 @@
   
           // find out if we are nested in a table
           hasTableParent = this.getParentOfClass(RtfTable.class) != null;
  +        
  +        this.setRtfListStyle(new RtfListStyleBullet());
       }
   
       /**
  
  
  

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

Reply via email to