Kaydet (Commit) 220c918e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#735553 Dead default in switch

Change-Id: If3a6f5bda7c106a8d66fe2486f9e3d1f462223c4
üst db3c74d4
......@@ -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 ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment