Kaydet (Commit) cf284036 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) Fridrich Strba

coverity#988428 Missing break in switch

Change-Id: I7f127409c65f692c2eec3684c79b40b11e7ce240
Reviewed-on: https://gerrit.libreoffice.org/2775Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst 0cd6947e
...@@ -900,6 +900,7 @@ void ListsManager::lcl_sprm( Sprm& rSprm ) ...@@ -900,6 +900,7 @@ void ListsManager::lcl_sprm( Sprm& rSprm )
m_pCurrentDefinition->GetCurrentLevel()->SetValue( nSprmId, value ); m_pCurrentDefinition->GetCurrentLevel()->SetValue( nSprmId, value );
} }
} }
break;
case NS_ooxml::LN_CT_Lvl_lvlText: case NS_ooxml::LN_CT_Lvl_lvlText:
case NS_ooxml::LN_CT_Lvl_rPr : //contains LN_EG_RPrBase_rFonts case NS_ooxml::LN_CT_Lvl_rPr : //contains LN_EG_RPrBase_rFonts
{ {
......
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