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

tweak to try and silence coverity

Change-Id: I990ad07784266e2b48638ece6a84471b3bef173a
üst e964042c
......@@ -330,7 +330,7 @@ void ScAutoFmtPreview::DrawString(vcl::RenderContext& rRenderContext, size_t nCo
case SVX_HOR_JUSTIFY_CENTER:
aPos.X() += nHorPos;
break;
// coverity[dead_error_begin] - following conditions exist to avoid compiler warning
// coverity[dead_error_line] - following conditions exist to avoid compiler warning
case SVX_HOR_JUSTIFY_STANDARD:
default:
// Standard is not handled here
......
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