summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-08-16 16:48:28 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-08-17 18:29:16 +0200
commit50f4d711337b84baf22536fac99150c116b0c700 (patch)
tree92a7d6833de71bc05691a456a18d89d9d15521b1
parent1e1a317be265a176fdbae171953fa8902a823eb8 (diff)
Improvement to ml element exporter
Change-Id: I12303add11406c0ab65ca02084945989f41380d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120549 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--starmath/source/mathml/export.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/mathml/export.cxx b/starmath/source/mathml/export.cxx
index e701f017d7e9..57d9626a239c 100644
--- a/starmath/source/mathml/export.cxx
+++ b/starmath/source/mathml/export.cxx
@@ -904,7 +904,7 @@ void SmMlExport::exportMlAttributtes(const SmMlElement* pMlElement)
{
case SmMlAttributeValueMaxsize::MlInfinity:
{
- addAttribute(XML_MAXSIZE, OUString(u"infinity"));
+ addAttribute(XML_MAXSIZE, XML_INFINITY);
break;
}
case SmMlAttributeValueMaxsize::MlFinite: