]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix compilation problem
authorJeremias Maerki <jeremias@apache.org>
Wed, 16 Jun 2004 21:27:50 +0000 (21:27 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 16 Jun 2004 21:27:50 +0000 (21:27 +0000)
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
examples/plan/src/org/apache/fop/plan/PlanElement.java

index aa9ed297b04aca413f914081010d97be4928cd9a..adba832104e3b7088ba8522d2efdc71cefcd3768 100644 (file)
@@ -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;
index 07164761171d0062d137fb64d30a9ecca9303eda..13010eb78381c3c931cca522b4bae17d2aebc0b4 100644 (file)
@@ -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.