diff options
-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 dc021cb6c06b..451d3de63af1 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2893,7 +2893,7 @@ void SmSpecialNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell else if (nStyle == 2) { const OUString& rTmp(GetText()); - if (rTmp.isEmpty()) + if (!rTmp.isEmpty()) { static const sal_Unicode cUppercaseAlpha = 0x0391; static const sal_Unicode cUppercaseOmega = 0x03A9; |