]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Re-enable calls to TableAttributesConverter.makeBorder.
authorFinn Bock <bckfnn@apache.org>
Sun, 3 Oct 2004 18:10:02 +0000 (18:10 +0000)
committerFinn Bock <bckfnn@apache.org>
Sun, 3 Oct 2004 18:10:02 +0000 (18:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198003 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/rtf/TableAttributesConverter.java

index 92d12f51f3868e559f30e224236597b2be12c4d4..ed489a6291999428307275ccfb2395ab86f3b943 100644 (file)
@@ -118,7 +118,6 @@ public class TableAttributesConverter {
             }
 
         }
-/*
         BorderAttributesConverter.makeBorder(propList, attrib, ITableAttributes.CELL_BORDER_TOP,
                 Constants.PR_BORDER_TOP_COLOR, 
                 Constants.PR_BORDER_TOP_STYLE, 
@@ -135,7 +134,7 @@ public class TableAttributesConverter {
                 Constants.PR_BORDER_RIGHT_COLOR, 
                 Constants.PR_BORDER_RIGHT_STYLE, 
                 Constants.PR_BORDER_RIGHT_WIDTH);
-*/
+
         int n = fobj.getProperty(Constants.PR_NUMBER_COLUMNS_SPANNED).getNumber().intValue();
         // Column spanning :
         if (n > 1) {
@@ -215,7 +214,6 @@ public class TableAttributesConverter {
          * place.
          */
         PropertyList propList = fobj.getPropertyList();
-/*
         BorderAttributesConverter.makeBorder(propList, attrib, ITableAttributes.CELL_BORDER_TOP,
                 Constants.PR_BORDER_TOP_COLOR, 
                 Constants.PR_BORDER_TOP_STYLE, 
@@ -232,7 +230,6 @@ public class TableAttributesConverter {
                 Constants.PR_BORDER_RIGHT_COLOR, 
                 Constants.PR_BORDER_RIGHT_STYLE, 
                 Constants.PR_BORDER_RIGHT_WIDTH);
-*/
 /*
         ep = (EnumProperty)fobj.getProperty(Constants.PR_BORDER_TOP_STYLE);
         if (ep != null && ep.getEnum() != Constants.NONE) {