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

coverity#1242840 Unused value

Change-Id: Ic702d371998d5d6b49f1c27fe80b3651e8135993
üst 05a47ac4
......@@ -763,9 +763,7 @@ void FormatLine(UCHAR* TBuf, sal_uInt16& Index, ObjTextType& Atr0, ObjTextType&
(*R)=(*WErec); nChars=WEnChar;
if (UmbWdt>=R->ChrXP) {
BoxRest=UmbWdt-R->ChrXP;
} else { // crush together
if (UmbWdt<R->ChrXP) {
BoxRest=R->ChrXP-UmbWdt; // so much should be crushed
for (i=2;i<=nChars;i++) { // first character position remains!
Line[i]-=(i-1)*(BoxRest) /(nChars-1);
......
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