]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Extend BorderCommonStyle.
authorPeter Bernard West <pbwest@apache.org>
Thu, 21 Nov 2002 08:23:13 +0000 (08:23 +0000)
committerPeter Bernard West <pbwest@apache.org>
Thu, 21 Nov 2002 08:23:13 +0000 (08:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195591 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/properties/BorderStyle.java

index 4c2daebe306cc698e712c405a6b65cbf7110c0b5..39897bc9ac5dd6603e35a3fbd285740b7823722b 100644 (file)
@@ -9,12 +9,12 @@ import org.apache.fop.datatypes.NCName;
 import org.apache.fop.fo.PropNames;
 import org.apache.fop.fo.ShorthandPropSets;
 import org.apache.fop.fo.FONode;
-import org.apache.fop.fo.properties.Property;
+import org.apache.fop.fo.properties.BorderCommonStyle;
 
 import java.util.Map;
 import java.util.Iterator;
 
-public class BorderStyle extends Property  {
+public class BorderStyle extends BorderCommonStyle  {
     public static final int dataTypes = SHORTHAND;
     public static final int traitMapping = SHORTHAND_MAP;
     public static final int initialValueType = NOTYPE_IT;