Change export format in w2x toolbar from XHTML+MathML til HTML5

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@218 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-11-15 13:30:41 +00:00
parent 7fdde6433b
commit de9f9e9aa6
3 changed files with 21 additions and 2 deletions

View file

@ -20,7 +20,7 @@
*
* All Rights Reserved.
*
* Version 1.6 (2014-11-03)
* Version 1.6 (2014-11-15)
*
*/
@ -58,7 +58,7 @@ public final class Writer2xhtml extends WeakBase
private static final String[] m_serviceNames = { __serviceName };
// TODO: These should be configurable
private TargetFormat xhtmlFormat = TargetFormat.xhtml_mathml;
private TargetFormat xhtmlFormat = TargetFormat.html5;
private TargetFormat epubFormat = TargetFormat.epub;
public Writer2xhtml(XComponentContext xContext) {