diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-27 11:04:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-28 09:25:03 +0000 |
commit | 308daa42c0935426c177c73d578fa2961a661171 (patch) | |
tree | b286d9cba78633db914d1aca958c489a4053f752 /svx | |
parent | 428dcc9c17118e791fb29d5b82fc317e598bb320 (diff) |
coverity#735506 Dead default in switch
Change-Id: Idb2ec83617622805a6e02662f2bc17faf38575ea
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/paraprev.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx index edce422089ea..d31e5b981a44 100644 --- a/svx/source/dialog/paraprev.cxx +++ b/svx/source/dialog/paraprev.cxx @@ -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; |