diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 12:59:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 14:19:07 +0100 |
commit | 79842696cdcba7d5561abc803c8e30f11fe648b5 (patch) | |
tree | e60c8b45cf70e928d2fdbbca2376a92965df25e7 /sw | |
parent | 31a480cf714e9238b327c275666628499c331ffc (diff) |
coverity#1130415 Missing break in switch
Change-Id: I6a424343456e6f794823b5994fbf135fb3daf034
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/html/htmlgrin.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx index be1ac1c01714..14f5328dbe50 100644 --- a/sw/source/filter/html/htmlgrin.cxx +++ b/sw/source/filter/html/htmlgrin.cxx @@ -1108,6 +1108,7 @@ void SwHTMLParser::NewAnchor() case HTML_O_SDONMOUSEOVER: eScriptType2 = STARBASIC; + //fall-through case HTML_O_ONMOUSEOVER: nEvent = SFX_EVENT_MOUSEOVER_OBJECT; goto ANCHOR_SETEVENT; |