Browse Source

Fix MathML rendering. Missed renaming an override method after my cleanup work in the FO tree.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@378471 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_92-beta
Jeremias Maerki 18 years ago
parent
commit
90a82aaada
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      examples/mathml/src/org/apache/fop/mathml/MathMLElement.java

+ 2
- 2
examples/mathml/src/org/apache/fop/mathml/MathMLElement.java View File

@@ -147,9 +147,9 @@ public class MathMLElement extends MathMLObj {
}

/**
* @see org.apache.fop.fo.XMLObj#getDocumentNamespace()
* @see org.apache.fop.fo.FONode#getNamespaceURI()
*/
public String getDocumentNamespace() {
public String getNamespaceURI() {
if (svgDoc == null) {
return MathMLElementMapping.NAMESPACE;
}

Loading…
Cancel
Save