diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-01-10 11:43:34 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-12 15:32:03 +0000 |
commit | bcfc60c35e7f7d6436bba0f2554c66bcf699758e (patch) | |
tree | fbfc3486e96bfec49462fde025cb7d728d1bc393 /starmath | |
parent | 5c5017ea37e1bee205c6c1b9cafe753fcaf1a9a4 (diff) |
tdf#87118 LibreOffice should not claim to use version 1.01 of MathML
Call it MathML 2.0 instead.
Change-Id: Ifecd52cfcded680bbddf680f2600a42b1c7568d9
Reviewed-on: https://gerrit.libreoffice.org/21304
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/qa/extras/mmlimport-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/qa/extras/mmlimport-test.cxx b/starmath/qa/extras/mmlimport-test.cxx index 43130190c6e4..1ab9d62b0464 100644 --- a/starmath/qa/extras/mmlimport-test.cxx +++ b/starmath/qa/extras/mmlimport-test.cxx @@ -48,7 +48,7 @@ private: OUString(), SfxFilterFlags::IMPORT | SfxFilterFlags::EXPORT | SfxFilterFlags::TEMPLATE, SotClipboardFormatId::STARCALC_8, - "MathML 1.01", + "MathML 2.0", 0, OUString(), OUString(), |