aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/PageNumberCitation.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-08-06 04:22:18 +0000
committerGlen Mazza <gmazza@apache.org>2004-08-06 04:22:18 +0000
commit55a4dc03eeea3dafceeb7c07b8508da593b73389 (patch)
tree1651e098e346c7b4fa025784b0ad71a58831fe48 /src/java/org/apache/fop/fo/flow/PageNumberCitation.java
parent3d4cc6eec560cdea6b44741d93b91cdb137ba179 (diff)
downloadxmlgraphics-fop-55a4dc03eeea3dafceeb7c07b8508da593b73389.tar.gz
xmlgraphics-fop-55a4dc03eeea3dafceeb7c07b8508da593b73389.zip
PR:
Obtained from: Submitted by: Reviewed by: 1.) Continued conversion/deprecation of AddLMVisitor. About 16 FO's remaining. 2.) Created a *temporary* LMVisited interface to mark those FO's still needing conversion. This will be dropped once the process is complete. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197857 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/PageNumberCitation.java')
-rw-r--r--src/java/org/apache/fop/fo/flow/PageNumberCitation.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/PageNumberCitation.java b/src/java/org/apache/fop/fo/flow/PageNumberCitation.java
index e5cd6b0ba..40dc0eed4 100644
--- a/src/java/org/apache/fop/fo/flow/PageNumberCitation.java
+++ b/src/java/org/apache/fop/fo/flow/PageNumberCitation.java
@@ -34,6 +34,7 @@ import org.apache.fop.fo.properties.CommonBorderAndPadding;
import org.apache.fop.fo.properties.CommonMarginInline;
import org.apache.fop.fo.properties.CommonRelativePosition;
import org.apache.fop.fonts.Font;
+import org.apache.fop.fo.LMVisited;
/**
@@ -43,7 +44,7 @@ import org.apache.fop.fonts.Font;
* The page number used is the page that contains the start of the
* block referenced with the ref-id attribute.
*/
-public class PageNumberCitation extends FObj {
+public class PageNumberCitation extends FObj implements LMVisited {
/** Fontstate for this object **/
protected Font fontState;