You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by gm...@apache.org on 2003/12/14 02:56:09 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/expr PPColWidthFunction.java

gmazza      2003/12/13 17:56:09

  Modified:    src/java/org/apache/fop/fo/expr PPColWidthFunction.java
  Log:
  Bug 25474--incorrect element name (table-column instead of fo:table-column) given in code.  Patch by Finn Bock (bckfnn at worldonline dot dk)
  
  Revision  Changes    Path
  1.3       +1 -1      xml-fop/src/java/org/apache/fop/fo/expr/PPColWidthFunction.java
  
  Index: PPColWidthFunction.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/expr/PPColWidthFunction.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PPColWidthFunction.java	13 Jul 2003 03:16:11 -0000	1.2
  +++ PPColWidthFunction.java	14 Dec 2003 01:56:09 -0000	1.3
  @@ -85,7 +85,7 @@
               throw new PropertyException("Non numeric operand to "
                       + "proportional-column-width function");
           }
  -        if (!pInfo.getPropertyList().getElement().equals("table-column")) {
  +        if (!pInfo.getPropertyList().getElement().equals("fo:table-column")) {
               throw new PropertyException("proportional-column-width function "
                       + "may only be used on table-column FO");
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org