aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2004-06-16 00:27:27 +0000
committerGlen Mazza <gmazza@apache.org>2004-06-16 00:27:27 +0000
commitff3ccfb8410b3f3646d2fd80b60329208caacbfc (patch)
treea646ed5ae701e45a1484212065246ef7bdc7050f /src/java/org/apache/fop/fo/flow/ExternalGraphic.java
parent39d2edd0962d329ca15a1a99f895ce11262e004f (diff)
downloadxmlgraphics-fop-ff3ccfb8410b3f3646d2fd80b60329208caacbfc.tar.gz
xmlgraphics-fop-ff3ccfb8410b3f3646d2fd80b60329208caacbfc.zip
1.) Check for fo:color-profile made to ensure no child elements during processing.
2.) Error messages for bad fo: files now give locator (line/col. #) information. 3.) Parent of the fo:root (FO Tree) "lowered" from apps.Document to fo.FOInputHandler; IDReferences moved from former to latter. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/flow/ExternalGraphic.java')
-rw-r--r--src/java/org/apache/fop/fo/flow/ExternalGraphic.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/flow/ExternalGraphic.java b/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
index 4b7ff9035..f617d5620 100644
--- a/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
+++ b/src/java/org/apache/fop/fo/flow/ExternalGraphic.java
@@ -63,7 +63,7 @@ public class ExternalGraphic extends FObj {
*/
protected void addProperties(Attributes attlist) throws FOPException {
super.addProperties(attlist);
- getDocument().getFOInputHandler().image(this);
+ getFOInputHandler().image(this);
}
/**