diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx index 0d7b7b0ed03b..754f8761c68f 100644 --- a/filter/source/flash/swfwriter1.cxx +++ b/filter/source/flash/swfwriter1.cxx @@ -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 ):