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

document 704272 Logically dead code

Change-Id: Ib0b2225bc0b09c910c6f47c36c3e118b8c999df8
üst 4285c7c1
...@@ -326,6 +326,7 @@ void ScAutoFmtPreview::DrawString( size_t nCol, size_t nRow ) ...@@ -326,6 +326,7 @@ void ScAutoFmtPreview::DrawString( size_t nCol, size_t nRow )
case SVX_HOR_JUSTIFY_CENTER: case SVX_HOR_JUSTIFY_CENTER:
aPos.X() += nHorPos; aPos.X() += nHorPos;
break; break;
// coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case SVX_HOR_JUSTIFY_STANDARD: case SVX_HOR_JUSTIFY_STANDARD:
default: default:
// Standard is not handled here // 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