]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Correction of r651866
authorAndreas L. Delmelle <adelmelle@apache.org>
Sun, 27 Apr 2008 08:18:31 +0000 (08:18 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sun, 27 Apr 2008 08:18:31 +0000 (08:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651898 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/pagination/RegionBody.java

index e04ad1c3a8295e298b0eceb35b74fd3f3a73477c..c9dd792dbdf05acf3ac0fb41006d69e22b5d80a7 100644 (file)
@@ -65,8 +65,8 @@ public class RegionBody extends Region {
              * these cases, but we will need to be able to change Numeric
              * values in order to do this.
              */
-            attributeError("If overflow property is set to \"scroll\"," 
-                    + " a column-count other than \"1\" may not be specified.");
+            getFOValidationEventProducer().columnCountErrorOnRegionBodyOverflowScroll(this,
+                    getName(), getLocator());
         }
     }