diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-27 11:20:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-28 09:25:07 +0000 |
commit | 56d58ad8be2f8367b5a42d7832710e4e07e20cad (patch) | |
tree | 05c468911020807b5fa905c1762a5cb9430242ae | |
parent | 28784e2df9b27de8e8f5390b5c976f5b80cf2786 (diff) |
coverity#735461 Dead default in switch
Change-Id: Icc6763acdd7d7fb2526d8cf2c1142e7ed34efc8f
-rw-r--r-- | sc/source/filter/lotus/lotattr.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/lotus/lotattr.cxx b/sc/source/filter/lotus/lotattr.cxx index cdc804aa613c..65f5d46a56db 100644 --- a/sc/source/filter/lotus/lotattr.cxx +++ b/sc/source/filter/lotus/lotattr.cxx @@ -163,7 +163,6 @@ void LotAttrCache::LotusToScBorderLine( sal_uInt8 nLine, ::editeng::SvxBorderLin switch ( nLine ) { - default: case 0: aBL.SetBorderLineStyle(table::BorderLineStyle::NONE); break; case 1: aBL.SetWidth( DEF_LINE_WIDTH_1 ); break; case 2: aBL.SetWidth( DEF_LINE_WIDTH_2 ); break; |