]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added warning for unimplemented feature
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 28 Aug 2005 21:19:24 +0000 (21:19 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 28 Aug 2005 21:19:24 +0000 (21:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@263923 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/Table.java

index 45182c71d077a2b712eabf5ad0bf6d71636ba42e..bb9f126e28117b3c7e79f3d0d6f81edcdf84d0c2 100644 (file)
@@ -141,6 +141,9 @@ public class Table extends FObj {
             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");
+        }
     }
 
     /**