diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-03-27 11:02:33 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-03-28 09:25:00 +0000 |
commit | 220c918ebe13fef0839b765a3091d9641849dc1b (patch) | |
tree | f29a2ee12ba3e32f6576acd10674bf8660515068 /sw | |
parent | db3c74d4e0c95b4b531235469e75fab9e3ed1a9b (diff) |
coverity#735553 Dead default in switch
Change-Id: If3a6f5bda7c106a8d66fe2486f9e3d1f462223c4
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 a423787ca20e..87d702606718 100644 --- a/sw/source/ui/vba/vbalisthelper.cxx +++ b/sw/source/ui/vba/vbalisthelper.cxx @@ -632,10 +632,6 @@ void SwVbaListHelper::CreateOutlineNumberForType6() 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 ) ); |