diff options
-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 ) ); |