[seam-commits] Seam SVN: r9555 - trunk/src/excel/org/jboss/seam/excel/jxl.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Nov 11 16:44:58 EST 2008
Author: nickarls
Date: 2008-11-11 16:44:58 -0500 (Tue, 11 Nov 2008)
New Revision: 9555
Modified:
trunk/src/excel/org/jboss/seam/excel/jxl/JXLFactory.java
Log:
JBSEAM-3691
Modified: trunk/src/excel/org/jboss/seam/excel/jxl/JXLFactory.java
===================================================================
--- trunk/src/excel/org/jboss/seam/excel/jxl/JXLFactory.java 2008-11-11 14:27:51 UTC (rev 9554)
+++ trunk/src/excel/org/jboss/seam/excel/jxl/JXLFactory.java 2008-11-11 21:44:58 UTC (rev 9555)
@@ -646,7 +646,7 @@
log.trace("Processing header/footer #0", uiHeaderFooter);
}
processHeaderFooterFacet(headerFooter.getLeft(), uiHeaderFooter.getFacet("left"));
- processHeaderFooterFacet(headerFooter.getCentre(), uiHeaderFooter.getFacet("middle"));
+ processHeaderFooterFacet(headerFooter.getCentre(), uiHeaderFooter.getFacet("center"));
processHeaderFooterFacet(headerFooter.getRight(), uiHeaderFooter.getFacet("right"));
return headerFooter;
}
More information about the seam-commits
mailing list