coverity#705159 Missing break in switch

Change-Id: I61975ae42519d2fc9e0074a32ad2a504c6821641
This commit is contained in:
Caolán McNamara
2014-03-20 16:51:10 +00:00
parent 46c95fa740
commit bb7d4a0094

View File

@@ -1803,6 +1803,7 @@ void Writer::Impl_writeActions( const GDIMetaFile& rMtf )
const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*) pAction;
clipRect = pA->GetRect();
}
//fall-through
case( META_CLIPREGION_ACTION ):
case( META_ISECTREGIONCLIPREGION_ACTION ):
case( META_MOVECLIPREGION_ACTION ):