From 8ec75cc1c47ca7a8cb87263060f868c68a152b01 Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Fri, 30 May 2014 13:00:37 +0100
Subject: coverity#1130414 Missing break in switch

Change-Id: I2a1a6e39fce01a7b6039cc3da2ce34255d6f2168
---
 sw/source/filter/html/htmlgrin.cxx | 1 +
 1 file changed, 1 insertion(+)

(limited to 'sw')

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;
-- 
cgit