From b35d0f173f25d8bcb6279e045430b097b96741c0 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 6 Nov 2001 08:34:53 +0000 Subject: [PATCH] #94291# accent attribute value fixed. --- starmath/source/mathml.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/starmath/source/mathml.cxx b/starmath/source/mathml.cxx index d381d9aa642d..4ac6697c9c82 100644 --- a/starmath/source/mathml.cxx +++ b/starmath/source/mathml.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mathml.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: dvo $ $Date: 2001-10-30 16:20:15 $ + * last change: $Author: tl $ $Date: 2001-11-06 09:34:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -4046,7 +4046,7 @@ void SmXMLExport::ExportVerticalBrace(const SmNode *pNode, int nLevel) sal_True); {//Scoping AddAttribute(XML_NAMESPACE_MATH,sXML_accent,OUString( - RTL_CONSTASCII_USTRINGPARAM(sXML_accent))); + RTL_CONSTASCII_USTRINGPARAM(sXML_true))); SvXMLElementExport aOver2(*this,XML_NAMESPACE_MATH,pWhich, sal_True, sal_True); ExportNodes(pNode->GetSubNode(0),nLevel);