diff options
author | Jeremias Maerki <jeremias@apache.org> | 2004-06-16 21:27:50 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2004-06-16 21:27:50 +0000 |
commit | b3193ac208e63b5a32ecedf9e101606191f5bc51 (patch) | |
tree | 48e685cf6ec8b5a344fddf2f9276ec02129831d3 /examples/mathml | |
parent | ff3ccfb8410b3f3646d2fd80b60329208caacbfc (diff) | |
download | xmlgraphics-fop-b3193ac208e63b5a32ecedf9e101606191f5bc51.tar.gz xmlgraphics-fop-b3193ac208e63b5a32ecedf9e101606191f5bc51.zip |
Fix compilation problem
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'examples/mathml')
-rw-r--r-- | examples/mathml/src/org/apache/fop/mathml/MathMLElement.java | 1 |
1 files changed, 1 insertions, 0 deletions
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; |