diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-27 11:02:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-28 09:25:00 +0000 |
commit | db3c74d4e0c95b4b531235469e75fab9e3ed1a9b (patch) | |
tree | 73998ba6cae0f6a4fbde53a1bf16be7a3dedc5da /sw | |
parent | b443fe81a720d59ee7a9b229adaebd3f683cfa06 (diff) |
coverity#735552 Dead default in switch
Change-Id: Ifcf9c204ba7cf4b7fb9210781664b1b4a785c82e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/vba/vbalisthelper.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/vba/vbalisthelper.cxx b/sw/source/ui/vba/vbalisthelper.cxx index 5966078dbf08..a423787ca20e 100644 --- a/sw/source/ui/vba/vbalisthelper.cxx +++ b/sw/source/ui/vba/vbalisthelper.cxx @@ -530,10 +530,6 @@ void SwVbaListHelper::CreateOutlineNumberForType4() throw( css::uno::RuntimeExce sSuffix = OUString( '.' ); break; } - default: - { - throw uno::RuntimeException(); - } } setOrAppendPropertyValue( aPropertyValues, OUString(UNO_NAME_NUMBERING_TYPE ), uno::makeAny( nNumberingType ) ); setOrAppendPropertyValue( aPropertyValues, OUString(UNO_NAME_PREFIX ), uno::makeAny( sPrefix ) ); |