diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-04-27 08:18:31 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-04-27 08:18:31 +0000 |
commit | 7dc0ea558a66ce24af23b22c859a27eb3fc46da5 (patch) | |
tree | 3c6f40cb115b284b454e855e077bb0d6571be734 /src/java/org/apache | |
parent | 9a236f8501131da3e26b8e057bb83da1c3e2c429 (diff) | |
download | xmlgraphics-fop-7dc0ea558a66ce24af23b22c859a27eb3fc46da5.tar.gz xmlgraphics-fop-7dc0ea558a66ce24af23b22c859a27eb3fc46da5.zip |
Correction of r651866
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651898 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache')
-rw-r--r-- | src/java/org/apache/fop/fo/pagination/RegionBody.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/pagination/RegionBody.java b/src/java/org/apache/fop/fo/pagination/RegionBody.java index e04ad1c3a..c9dd792db 100644 --- a/src/java/org/apache/fop/fo/pagination/RegionBody.java +++ b/src/java/org/apache/fop/fo/pagination/RegionBody.java @@ -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()); } } |