From abf842e4b125b9f863ea4c2af17ad6ac7d82b15e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 5 Jun 2014 10:16:52 +0100 Subject: coverity#705323 Missing break in switch, assuming its intentional Change-Id: Ibb8fe4e1d13a24f810fbdf4978606c35890a9cfd --- toolkit/source/awt/vclxwindows.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/source') diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 9016b04abf0f..9752b3717c12 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -2938,7 +2938,7 @@ void VCLXFixedHyperlink::ProcessWindowEvent( const VclWindowEvent& rVclWindowEve } } } - + //fall-through default: VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); break; -- cgit