coverity#440937 Logically dead code

Change-Id: If388006a7f53aee5ffe42a152ab917ca5aca2072
This commit is contained in:
Caolán McNamara
2014-01-27 15:47:25 +00:00
parent d1c2f9849e
commit 463dbd42d1

View File

@@ -623,7 +623,7 @@ void DrawSlideCirc(sal_Int16 cx, sal_Int16 cy, sal_Int16 rx, sal_Int16 ry, ObjAr
if (ry<1) ry=1;
MaxR=rx;
b0=Int2;
i0=MaxR; if (MaxR<1) MaxR=1;
i0=MaxR;
i=MaxR;
while (i>=0) {
b=Int1+sal_Int16((sal_Int32(Int2-Int1)*sal_Int32(i)) /sal_Int32(MaxR));