Kaydet (Commit) 5799813f authored tarafından Luboš Luňák's avatar Luboš Luňák

properly xml-escape written text in docx formula

üst 76aad077
......@@ -268,7 +268,7 @@ void SmOoxmlExport::HandleText( const SmNode* pNode, int /*nLevel*/)
*pS << sal_uInt8(nFace+128); //typeface
#endif
sal_uInt16 nChar = pTemp->GetText().GetChar(i);
m_pSerializer->write( rtl::OUString( Convert(nChar)));
m_pSerializer->writeEscaped( rtl::OUString( Convert(nChar)));
#if 0
//Mathtype can only have these sort of character
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment