You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/05/27 10:38:26 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo PropertySets.java

jeremias    2005/05/27 01:38:26

  Modified:    src/java/org/apache/fop/fo PropertySets.java
  Log:
  Missing FOs that can receive markers.
  
  Revision  Changes    Path
  1.19      +4 -1      xml-fop/src/java/org/apache/fop/fo/PropertySets.java
  
  Index: PropertySets.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/PropertySets.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- PropertySets.java	13 May 2005 19:16:53 -0000	1.18
  +++ PropertySets.java	27 May 2005 08:38:26 -0000	1.19
  @@ -1044,6 +1044,7 @@
               can_have_markers.set(Constants.FO_BIDI_OVERRIDE);
               can_have_markers.set(Constants.FO_BLOCK);
               can_have_markers.set(Constants.FO_BLOCK_CONTAINER);
  +            can_have_markers.set(Constants.FO_FLOW);
               can_have_markers.set(Constants.FO_INLINE);
               can_have_markers.set(Constants.FO_INLINE_CONTAINER);
               can_have_markers.set(Constants.FO_LIST_BLOCK);
  @@ -1052,6 +1053,8 @@
               can_have_markers.set(Constants.FO_LIST_ITEM_LABEL);
               can_have_markers.set(Constants.FO_TABLE);
               can_have_markers.set(Constants.FO_TABLE_BODY);
  +            can_have_markers.set(Constants.FO_TABLE_HEADER);
  +            can_have_markers.set(Constants.FO_TABLE_FOOTER);
               can_have_markers.set(Constants.FO_TABLE_CELL);
               can_have_markers.set(Constants.FO_TABLE_AND_CAPTION);
               can_have_markers.set(Constants.FO_TABLE_CAPTION);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org