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 2004/11/01 13:38:08 UTC

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

jeremias    2004/11/01 04:38:07

  Modified:    src/java/org/apache/fop/fo/properties
                        CommonBorderPaddingBackground.java
  Log:
  Default border style should be NONE.
  
  Revision  Changes    Path
  1.5       +2 -2      xml-fop/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java
  
  Index: CommonBorderPaddingBackground.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/CommonBorderPaddingBackground.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CommonBorderPaddingBackground.java	28 Oct 2004 10:00:24 -0000	1.4
  +++ CommonBorderPaddingBackground.java	1 Nov 2004 12:38:07 -0000	1.5
  @@ -190,7 +190,7 @@
           if (borderInfo[side] != null) {
               return borderInfo[side].mStyle;
           } else {
  -            return 0;
  +            return Constants.NONE;
           }
       }
   
  
  
  

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