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

coverity#735496 Dead default in switch

Change-Id: I5eddf8be2a98aa57fdcdf44d390def6522caa25d
üst e1b8f3f6
......@@ -1635,9 +1635,6 @@ void SmSubSupNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat)
RHA_CENTER, RVA_BASELINE);
aPos.Y() -= nDist;
break;
default :
SAL_WARN("starmath", "unknown case");
break;
}
pSubSup->MoveTo(aPos);
......
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