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

coverity#735551 Dead default in switch

Change-Id: I524a81cf1b617c63a5c5a5ab3b49145d6d5e75ff
üst 557e52e8
...@@ -447,10 +447,6 @@ void SwVbaListHelper::CreateOutlineNumberForType3() throw( css::uno::RuntimeExce ...@@ -447,10 +447,6 @@ void SwVbaListHelper::CreateOutlineNumberForType3() throw( css::uno::RuntimeExce
aBulletChar = OUString( sal_Unicode( CHAR_DIAMOND ) ); aBulletChar = OUString( sal_Unicode( CHAR_DIAMOND ) );
break; break;
} }
default:
{
throw uno::RuntimeException();
}
} }
setOrAppendPropertyValue( aPropertyValues, OUString(UNO_NAME_BULLET_CHAR ), uno::makeAny( aBulletChar ) ); setOrAppendPropertyValue( aPropertyValues, OUString(UNO_NAME_BULLET_CHAR ), uno::makeAny( aBulletChar ) );
mxNumberingRules->replaceByIndex( nLevel, uno::makeAny( aPropertyValues ) ); mxNumberingRules->replaceByIndex( nLevel, uno::makeAny( aPropertyValues ) );
......
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