summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-03-20 16:51:10 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-03-21 08:54:44 +0000
commitbb7d4a00941bc4394b35e79545ab48fb345b7bf9 (patch)
tree663bd4eecba3aecee4ec29bd23ba516a8a029944 /filter
parent46c95fa7407df716795d4350506d57b2ed1fb11d (diff)
coverity#705159 Missing break in switch
Change-Id: I61975ae42519d2fc9e0074a32ad2a504c6821641
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter1.cxx1
1 files changed, 1 insertions, 0 deletions
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 ):