Revision: 7418
Author: victormote
Date: 2006-06-05 13:15:58 -0700 (Mon, 05 Jun 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7418&view=rev
Log Message:
-----------
Conform to axsl changes: Remove no-longer-needed parameters.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java 2006-06-05 20:15:49 UTC (rev 7417)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/FObjScaled.java 2006-06-05 20:15:58 UTC (rev 7418)
@@ -87,7 +87,7 @@
/**
* {@inheritDoc}
*/
- public int viewportIPD(int parentAreaCR_IPD, int parentAreaCR_BPD) {
+ public int viewportIPD(int parentAreaCR_IPD) {
/*
* See XSL-FO Standard 1.0, Section 6.6.5 and 6.6.6, Subsection
* "Constraints", first paragraph, for explanation of logic.
@@ -102,7 +102,7 @@
/**
* {@inheritDoc}
*/
- public int viewportBPD(int parentAreaCR_IPD, int parentAreaCR_BPD) {
+ public int viewportBPD(int parentAreaCR_BPD) {
/*
* See XSL-FO Standard 1.0, Section 6.6.5 and 6.6.6, Subsection
* "Constraints", first paragraph, for explanation of logic.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|