]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed inheritance error (bugzilla 36720)
authorAndreas L. Delmelle <adelmelle@apache.org>
Tue, 20 Sep 2005 16:14:35 +0000 (16:14 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Tue, 20 Sep 2005 16:14:35 +0000 (16:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290481 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/FOPropertyMapping.java

index d03e623e5ecf85225895859857aa88369586b6bc..348f486a08da1268719f726d9284de0607d4f448 100644 (file)
@@ -2388,6 +2388,7 @@ public class FOPropertyMapping implements Constants {
 
         // column-number
         m  = new ColumnNumberPropertyMaker(PR_COLUMN_NUMBER);
+        m.setInherited(false);
         addPropertyMaker("column-number", m);
 
         // column-width