]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
set bullet list as default list style
authorPeter Herweg <pherweg@apache.org>
Sat, 17 Jul 2004 13:11:12 +0000 (13:11 +0000)
committerPeter Herweg <pherweg@apache.org>
Sat, 17 Jul 2004 13:11:12 +0000 (13:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197796 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfList.java

index 0600e04b2a025355c447cd97ba3776597b290726..4a1211be81693dbf7fc38b13d053b525439a0610 100644 (file)
@@ -61,6 +61,8 @@ public class RtfList extends RtfContainer {
 
         // find out if we are nested in a table
         hasTableParent = this.getParentOfClass(RtfTable.class) != null;
+        
+        this.setRtfListStyle(new RtfListStyleBullet());
     }
 
     /**