summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/parse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 521560209cc5..31e4962683c4 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -1519,7 +1519,7 @@ void SmParser::Term(bool bGroupNumberIdent)
bool bIsAttr;
sal_uInt16 n = 0;
- while (true == (bIsAttr = TokenInGroup(TGATTRIBUT))
+ while ( (bIsAttr = TokenInGroup(TGATTRIBUT))
|| TokenInGroup(TGFONTATTR))
{ aArray.resize(n + 1);