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

coverity#1130415 Missing break in switch

Change-Id: I6a424343456e6f794823b5994fbf135fb3daf034
üst 31a480cf
...@@ -1108,6 +1108,7 @@ void SwHTMLParser::NewAnchor() ...@@ -1108,6 +1108,7 @@ void SwHTMLParser::NewAnchor()
case HTML_O_SDONMOUSEOVER: case HTML_O_SDONMOUSEOVER:
eScriptType2 = STARBASIC; eScriptType2 = STARBASIC;
//fall-through
case HTML_O_ONMOUSEOVER: case HTML_O_ONMOUSEOVER:
nEvent = SFX_EVENT_MOUSEOVER_OBJECT; nEvent = SFX_EVENT_MOUSEOVER_OBJECT;
goto ANCHOR_SETEVENT; goto ANCHOR_SETEVENT;
......
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