aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/Table.java
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2007-07-14 08:52:28 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2007-07-14 08:52:28 +0000
commit3ff7cea4a83d4af695c6a43258522738449387ed (patch)
treec35bab0e77de0dcb10b425da1765e43327a84e95 /src/java/org/apache/fop/fo/flow/Table.java
parent1ccc95e8f0d86eb9b35167e596b936dd07310922 (diff)
downloadxmlgraphics-fop-3ff7cea4a83d4af695c6a43258522738449387ed.tar.gz
xmlgraphics-fop-3ff7cea4a83d4af695c6a43258522738449387ed.zip
Use a slightly more convenient name to keep the code somewhat readable
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@556248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/Table.java')
-rw-r--r--src/java/org/apache/fop/fo/flow/Table.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/flow/Table.java b/src/java/org/apache/fop/fo/flow/Table.java
index 0190c3cb4..dbbfdf94b 100644
--- a/src/java/org/apache/fop/fo/flow/Table.java
+++ b/src/java/org/apache/fop/fo/flow/Table.java
@@ -139,8 +139,7 @@ public class Table extends TableFObj {
}
if (!isSeparateBorderModel()
&& getCommonBorderPaddingBackground().hasPadding(
- ValidationPercentBaseContext
- .getPseudoContextForValidationPurposes())) {
+ ValidationPercentBaseContext.getPseudoContext())) {
//See "17.6.2 The collapsing border model" in CSS2
attributeWarning("In collapsing border model a table does not have padding"
+ " (see http://www.w3.org/TR/REC-CSS2/tables.html#collapsing-borders)"