MathML without namespace (fix for OOo 3.2)

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@46 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-02-19 08:17:03 +00:00
parent d57907d505
commit 5a8dcceea2
8 changed files with 70 additions and 30 deletions

View file

@ -16,11 +16,11 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
* Copyright: 2002-2009 by Henrik Just
* Copyright: 2002-2010 by Henrik Just
*
* All Rights Reserved.
*
* Version 1.2 (2009-09-20)
* Version 1.2 (2010-02-19)
*
*/
@ -455,5 +455,9 @@ public class XMLString {
public static final String MATH_MATH="math:math";
public static final String MATH_SEMANTICS="math:semantics";
public static final String MATH_ANNOTATION="math:annotation";
// math without namespace
public static final String MATH="math";
public static final String SEMANTICS="semantics";
public static final String ANNOTATION="annotation";
}