[Libreoffice-commits] core.git: filter/source starmath/qa

Takeshi Abe tabe at fixedpoint.jp
Tue Jan 12 07:32:28 PST 2016


 filter/source/config/fragments/filters/MathML_XML__Math_.xcu  |    2 +-
 filter/source/config/fragments/types/math_MathML_XML_Math.xcu |    2 +-
 starmath/qa/extras/mmlimport-test.cxx                         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit bcfc60c35e7f7d6436bba0f2554c66bcf699758e
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Sun Jan 10 11:43:34 2016 +0900

    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 at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/filter/source/config/fragments/filters/MathML_XML__Math_.xcu b/filter/source/config/fragments/filters/MathML_XML__Math_.xcu
index af3b6c3..5a6e24a 100644
--- a/filter/source/config/fragments/filters/MathML_XML__Math_.xcu
+++ b/filter/source/config/fragments/filters/MathML_XML__Math_.xcu
@@ -21,7 +21,7 @@
         <prop oor:name="FilterService"/>
         <prop oor:name="UserData"><value></value></prop>
         <prop oor:name="UIName">
-            <value xml:lang="en-US">MathML 1.01</value>
+            <value xml:lang="en-US">MathML 2.0</value>
         </prop>
         <prop oor:name="FileFormatVersion"><value>6200</value></prop>
         <prop oor:name="Type"><value>math_MathML_XML_Math</value></prop>
diff --git a/filter/source/config/fragments/types/math_MathML_XML_Math.xcu b/filter/source/config/fragments/types/math_MathML_XML_Math.xcu
index 41891f2..b8a4ae3 100644
--- a/filter/source/config/fragments/types/math_MathML_XML_Math.xcu
+++ b/filter/source/config/fragments/types/math_MathML_XML_Math.xcu
@@ -23,7 +23,7 @@
         <prop oor:name="Preferred"><value>false</value></prop>
         <prop oor:name="PreferredFilter"><value>MathML XML (Math)</value></prop>
         <prop oor:name="UIName">
-            <value>MathML 1.01</value>
+            <value>MathML 2.0</value>
         </prop>
         <prop oor:name="ClipboardFormat"/>
     </node>
diff --git a/starmath/qa/extras/mmlimport-test.cxx b/starmath/qa/extras/mmlimport-test.cxx
index 4313019..1ab9d62 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(),


More information about the Libreoffice-commits mailing list