Kaydet (Commit) abf842e4 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705323 Missing break in switch, assuming its intentional

Change-Id: Ibb8fe4e1d13a24f810fbdf4978606c35890a9cfd
üst 91eeea0c
...@@ -2938,7 +2938,7 @@ void VCLXFixedHyperlink::ProcessWindowEvent( const VclWindowEvent& rVclWindowEve ...@@ -2938,7 +2938,7 @@ void VCLXFixedHyperlink::ProcessWindowEvent( const VclWindowEvent& rVclWindowEve
} }
} }
} }
//fall-through
default: default:
VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); VCLXWindow::ProcessWindowEvent( rVclWindowEvent );
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment