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 ad...@apache.org on 2005/08/28 23:19:29 UTC

svn commit: r263923 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java

Author: adelmelle
Date: Sun Aug 28 14:19:24 2005
New Revision: 263923

URL: http://svn.apache.org/viewcvs?rev=263923&view=rev
Log:
Added warning for unimplemented feature

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java?rev=263923&r1=263922&r2=263923&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/flow/Table.java Sun Aug 28 14:19:24 2005
@@ -141,6 +141,9 @@
             getLogger().warn("The collapsing border model on an fo:table "
                     + "is currently not supported by FOP");
         }
+        if( tableLayout == EN_AUTO ) {
+            getLogger().warn("table-layout=\"auto\" is currently not supported by FOP");
+        }
     }
 
     /**



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