Revision: 7879
http://svn.sourceforge.net/foray/?rev=7879&view=rev
Author: victormote
Date: 2006-09-03 17:18:15 -0700 (Sun, 03 Sep 2006)
Log Message:
-----------
Stub implementation of new axsl method.
Modified Paths:
--------------
trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java
Modified: trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java
===================================================================
--- trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java 2006-09-03 23:51:37 UTC (rev 7878)
+++ trunk/foray/foray-fotree/src/java/org/foray/fotree/fo/obj/PageMasterResolver.java 2006-09-04 00:18:15 UTC (rev 7879)
@@ -130,6 +130,14 @@
return null;
}
+ /**
+ * {@inheritDoc}
+ */
+ public int firstFallbackPage() {
+ /* TODO: Implement this. */
+ return Integer.MAX_VALUE;
+ }
+
private SubSequenceWrapper makeWrapper(
final SubSequenceSpecifier specifier) {
if (specifier instanceof SinglePageMasterReference) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|