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 kl...@apache.org on 2001/04/11 23:41:35 UTC

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

klease      01/04/11 14:41:35

  Modified:    src/org/apache/fop/fo PropertyManager.java
  Log:
  remove commented out code
  
  Revision  Changes    Path
  1.2       +1 -33     xml-fop/src/org/apache/fop/fo/PropertyManager.java
  
  Index: PropertyManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/PropertyManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PropertyManager.java	2001/03/04 21:29:46	1.1
  +++ PropertyManager.java	2001/04/11 21:41:34	1.2
  @@ -1,4 +1,4 @@
  -/*-- $Id: PropertyManager.java,v 1.1 2001/03/04 21:29:46 klease Exp $ -- */
  +/*-- $Id: PropertyManager.java,v 1.2 2001/04/11 21:41:34 klease Exp $ -- */
   /*
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
  @@ -74,38 +74,6 @@
         initBorderInfo(BorderAndPadding.BOTTOM, saBottom);
         initBorderInfo(BorderAndPadding.LEFT, saLeft);
         initBorderInfo(BorderAndPadding.RIGHT, saRight);
  -
  -      /****
  -      // Border color
  -      this.borderAndPadding.borderTopColor =
  -	properties.get(msgFmt.format(saTop)).getColorType();
  -      this.borderAndPadding.borderBottomColor =
  -	properties.get(msgFmt.format(saBottom)).getColorType();
  -      this.borderAndPadding.borderLeftColor =
  -	properties.get(msgFmt.format(saLeft)).getColorType();
  -      this.borderAndPadding.borderRightColor =
  -	properties.get(msgFmt.format(saRight)).getColorType();
  -
  -      // Border style
  -      this.borderAndPadding.borderTopStyle =
  -	properties.get(msgFmt.format(saTop)).getEnum();
  -      this.borderAndPadding.borderBottomStyle =
  -	properties.get(msgFmt.format(saBottom)).getEnum();
  -      this.borderAndPadding.borderLeftStyle =
  -	properties.get(msgFmt.format(saLeft)).getEnum();
  -      this.borderAndPadding.borderRightStyle =
  -	properties.get(msgFmt.format(saRight)).getEnum();
  -
  -      // Border width
  -      this.borderAndPadding.borderTopWidth =
  -	properties.get(msgFmt.format(saTop)).getCondLength();
  -      this.borderAndPadding.borderBottomWidth =
  -	properties.get(msgFmt.format(saBottom)).getCondLength();
  -      this.borderAndPadding.borderLeftWidth =
  -	properties.get(msgFmt.format(saLeft)).getCondLength();
  -      this.borderAndPadding.borderRightWidth =
  -	properties.get(msgFmt.format(saRight)).getCondLength();
  -      ****/
       }
       return borderAndPadding;
     }
  
  
  

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