starmath/source/mathml/export.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 50f4d711337b84baf22536fac99150c116b0c700 Author: dante <dante19031...@gmail.com> AuthorDate: Mon Aug 16 16:48:28 2021 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Tue Aug 17 18:29:16 2021 +0200 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.gran...@collabora.co.uk> 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: