Skip to content

Commit

Permalink
cppcheck: duplicate break or break which follows a return
Browse files Browse the repository at this point in the history
Change-Id: I0985d28289e31969cb9b048b221abfae1572025d
  • Loading branch information
serval2412 committed Oct 29, 2013
1 parent a3f0eab commit c5fd639
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion oox/source/drawingml/textbodycontext.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ ContextHandlerRef RegularTextRunContext::onCreateContext( sal_Int32 aElementToke
{
case A_TOKEN( rPr ): // "CT_TextCharPropertyBag" The text char properties of this text run.
return new TextCharacterPropertiesContext( *this, rAttribs, mpRunPtr->getTextCharacterProperties() );
break;
case A_TOKEN( t ): // "xsd:string" minOccurs="1" The actual text string.
mbIsInText = true;
break;
Expand Down
1 change: 0 additions & 1 deletion starmath/source/unomodel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,6 @@ void SmModel::_getPropertyValues( const PropertyMapEntry **ppEntries, Any *pValu
case HANDLE_INTEROP_GRAB_BAG:
getGrabBagItem(*pValue);
break;
break;
}
}
}
Expand Down

0 comments on commit c5fd639

Please sign in to comment.