From b0bff5ecd085bf3545be9be6c1ddb00437f1e570 Mon Sep 17 00:00:00 2001 From: Karen Lease Date: Wed, 11 Apr 2001 21:41:34 +0000 Subject: [PATCH] remove commented out code git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194202 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/PropertyManager.java | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/src/org/apache/fop/fo/PropertyManager.java b/src/org/apache/fop/fo/PropertyManager.java index ed8a2c56e..9abc0e82d 100644 --- a/src/org/apache/fop/fo/PropertyManager.java +++ b/src/org/apache/fop/fo/PropertyManager.java @@ -74,38 +74,6 @@ public class PropertyManager { 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; } -- 2.39.5