Revision: 7416
Author: victormote
Date: 2006-06-05 13:15:42 -0700 (Mon, 05 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7416&view=rev
Log Message:
-----------
Conform to axsl changes: Remove no-longer-needed parameters.
Modified Paths:
--------------
trunk/foray/foray-pioneer/src/java/org/foray/pioneer/ExternalGraphicPL.java
Modified: trunk/foray/foray-pioneer/src/java/org/foray/pioneer/ExternalGraphicPL.java
===================================================================
--- trunk/foray/foray-pioneer/src/java/org/foray/pioneer/ExternalGraphicPL.java 2006-06-05 20:08:50 UTC (rev 7415)
+++ trunk/foray/foray-pioneer/src/java/org/foray/pioneer/ExternalGraphicPL.java 2006-06-05 20:15:42 UTC (rev 7416)
@@ -51,8 +51,7 @@
org.axsl.areaW.Area parentForDimensions =
area.nearestGeneratedByBlockLevelFO();
- int height = node.viewportBPD(parentForDimensions.crIPD(),
- parentForDimensions.crBPD());
+ int height = node.viewportBPD(parentForDimensions.crBPD());
if (area.progressionDimensionAvailable()
< (height + node.traitSpaceBeforeOptimum())) {
return Status.AREA_FULL_NONE;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|