Author: adelmelle
Date: Sun Apr 27 01:18:31 2008
New Revision: 651898

URL: http://svn.apache.org/viewvc?rev=651898&view=rev
Log:
Correction of r651866

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/RegionBody.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/RegionBody.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/RegionBody.java?rev=651898&r1=651897&r2=651898&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/RegionBody.java 
(original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/RegionBody.java 
Sun Apr 27 01:18:31 2008
@@ -65,8 +65,8 @@
              * 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());
         }
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to