Kaydet (Commit) c87c6166 authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#8327 Abrt

Change-Id: I89f7dd3909cfbe27d7ce41a6bfb51a166fe885bb
Reviewed-on: https://gerrit.libreoffice.org/54401Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f4b80fc5
......@@ -1254,7 +1254,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 nSelector,
if (bOk)
rRet.append("} ");
else
else if (rRet.getLength() > nSizeStartPos)
rRet = rRet.truncate(nSizeStartPos);
nSetSize--;
nCurSize=nOldCurSize;
......@@ -1379,7 +1379,7 @@ bool MathType::HandleRecords(int nLevel, sal_uInt8 nSelector,
if (bOk)
rRet.append("} ");
else
else if (rRet.getLength() > nSubSupStartPos)
rRet = rRet.truncate(nSubSupStartPos);
nPart++;
}
......
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