coverity#705172 Missing break in switch
Change-Id: I23663877212be93bffe16edfa4b0bb70c8ef5e2e
This commit is contained in:
@@ -738,8 +738,11 @@ SdrObject* SdrEscherImport::ProcessObj( SvStream& rSt, DffObjData& rObjData, voi
|
|||||||
switch ( aPlaceholderAtom.nPlaceholderId )
|
switch ( aPlaceholderAtom.nPlaceholderId )
|
||||||
{
|
{
|
||||||
case PPT_PLACEHOLDER_MASTERSLIDENUMBER : nHeaderFooterInstance++;
|
case PPT_PLACEHOLDER_MASTERSLIDENUMBER : nHeaderFooterInstance++;
|
||||||
|
// fall-through
|
||||||
case PPT_PLACEHOLDER_MASTERFOOTER : nHeaderFooterInstance++;
|
case PPT_PLACEHOLDER_MASTERFOOTER : nHeaderFooterInstance++;
|
||||||
|
// fall-through
|
||||||
case PPT_PLACEHOLDER_MASTERHEADER : nHeaderFooterInstance++;
|
case PPT_PLACEHOLDER_MASTERHEADER : nHeaderFooterInstance++;
|
||||||
|
// fall-through
|
||||||
case PPT_PLACEHOLDER_MASTERDATE : nHeaderFooterInstance++; break;
|
case PPT_PLACEHOLDER_MASTERDATE : nHeaderFooterInstance++; break;
|
||||||
}
|
}
|
||||||
if ( ! ( nHeaderFooterInstance & 0xfffc ) ) // is this a valid instance ( 0->3 )
|
if ( ! ( nHeaderFooterInstance & 0xfffc ) ) // is this a valid instance ( 0->3 )
|
||||||
|
Reference in New Issue
Block a user