diff options
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r-- | starmath/source/node.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 18143d5b9187..34c3480962bc 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2509,7 +2509,7 @@ void SmMathSymbolNode::Arrange(OutputDevice &rDev, const SmFormat &rFormat) void SmMathSymbolNode::CreateTextFromNode(OUString &rText) { OUString sStr; - MathType::LookupChar(GetToken().cMathChar, sStr); + MathType::LookupChar(GetToken().cMathChar, sStr, 3); rText += sStr; } |