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

coverity#735506 Dead default in switch

Change-Id: Idb2ec83617622805a6e02662f2bc17faf38575ea
üst 428dcc9c
......@@ -147,7 +147,6 @@ void SvxParaPrevWindow::DrawParagraph( bool bAll )
long nLW;
switch( i )
{
default:
case 3: nLW = aLineSiz.Width() * 8 / 10; break;
case 4: nLW = aLineSiz.Width() * 9 / 10; break;
case 5: nLW = aLineSiz.Width() / 2; break;
......
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