coverity#705159 Missing break in switch
Change-Id: I61975ae42519d2fc9e0074a32ad2a504c6821641
This commit is contained in:
@@ -1803,6 +1803,7 @@ void Writer::Impl_writeActions( const GDIMetaFile& rMtf )
|
|||||||
const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*) pAction;
|
const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*) pAction;
|
||||||
clipRect = pA->GetRect();
|
clipRect = pA->GetRect();
|
||||||
}
|
}
|
||||||
|
//fall-through
|
||||||
case( META_CLIPREGION_ACTION ):
|
case( META_CLIPREGION_ACTION ):
|
||||||
case( META_ISECTREGIONCLIPREGION_ACTION ):
|
case( META_ISECTREGIONCLIPREGION_ACTION ):
|
||||||
case( META_MOVECLIPREGION_ACTION ):
|
case( META_MOVECLIPREGION_ACTION ):
|
||||||
|
Reference in New Issue
Block a user