diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 13:00:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-30 14:19:08 +0100 |
commit | 8ec75cc1c47ca7a8cb87263060f868c68a152b01 (patch) | |
tree | 2b9ff3b30b4db1e057cc9f0990a8fdf666d85ac1 /sw | |
parent | 79842696cdcba7d5561abc803c8e30f11fe648b5 (diff) |
coverity#1130414 Missing break in switch
Change-Id: I2a1a6e39fce01a7b6039cc3da2ce34255d6f2168
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 14f5328dbe50..c6a3f4677730 100644 --- a/sw/source/filter/html/htmlgrin.cxx +++ b/sw/source/filter/html/htmlgrin.cxx @@ -1115,6 +1115,7 @@ void SwHTMLParser::NewAnchor() case HTML_O_SDONMOUSEOUT: eScriptType2 = STARBASIC; + //fall-through case HTML_O_ONMOUSEOUT: nEvent = SFX_EVENT_MOUSEOUT_OBJECT; goto ANCHOR_SETEVENT; |