From b3193ac208e63b5a32ecedf9e101606191f5bc51 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 16 Jun 2004 21:27:50 +0000 Subject: [PATCH] Fix compilation problem git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197718 13f79535-47bb-0310-9956-ffa450edef68 --- examples/mathml/src/org/apache/fop/mathml/MathMLElement.java | 1 + examples/plan/src/org/apache/fop/plan/PlanElement.java | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java b/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java index aa9ed297b..adba83210 100644 --- a/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java +++ b/examples/mathml/src/org/apache/fop/mathml/MathMLElement.java @@ -31,6 +31,7 @@ import org.w3c.dom.Element; import org.w3c.dom.Node; import org.xml.sax.Attributes; +import org.xml.sax.Locator; import org.apache.batik.svggen.SVGGraphics2D; import org.apache.batik.dom.svg.SVGDOMImplementation; diff --git a/examples/plan/src/org/apache/fop/plan/PlanElement.java b/examples/plan/src/org/apache/fop/plan/PlanElement.java index 071647611..13010eb78 100644 --- a/examples/plan/src/org/apache/fop/plan/PlanElement.java +++ b/examples/plan/src/org/apache/fop/plan/PlanElement.java @@ -25,6 +25,7 @@ import org.apache.fop.apps.FOPException; import org.w3c.dom.Document; import org.xml.sax.Attributes; +import org.xml.sax.Locator; /** * This class defines the plan element. -- 2.39.5