sw/source/core/doc/docruby.cxx     |    2 +-
 sw/source/uibase/utlui/uiitems.cxx |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit bf01bb6e80a999bf13f45cf22421b54ab6779bcc
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 5 17:14:45 2014 +0100

    coverity#736056 Missing break in switch, assuming intentional
    
    Change-Id: I4f729d26bae2f2e371e0f2c7aabd5cabd7bf5a62

diff --git a/sw/source/core/doc/docruby.cxx b/sw/source/core/doc/docruby.cxx
index 1a4994c..1f71269 100644
--- a/sw/source/core/doc/docruby.cxx
+++ b/sw/source/core/doc/docruby.cxx
@@ -282,7 +282,7 @@ bool SwDoc::_SelectNextRubyChars( SwPaM& rPam, 
SwRubyListEntry& rEntry, sal_uInt
 
         case UnicodeType::OTHER_LETTER:
             bChkNxtWrd = true;
-
+            //fall-through
         default:
                 bIsAlphaNum = false;
                 break;
commit dce5aea971d322f20e1e84254ccb4106bebce699
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 5 17:10:03 2014 +0100

    coverity#736075 Missing break in switch, assuming its unintentional
    
    Change-Id: Id00c93eb5b43b8dfb38ecfe4c40076b8b1a18465

diff --git a/sw/source/uibase/utlui/uiitems.cxx 
b/sw/source/uibase/utlui/uiitems.cxx
index a819ffc..1a7e347 100644
--- a/sw/source/uibase/utlui/uiitems.cxx
+++ b/sw/source/uibase/utlui/uiitems.cxx
@@ -182,6 +182,7 @@ bool SwPageFtnInfoItem::PutValue(const Any& rVal, sal_uInt8 
nMemberId)
             else
                 bRet = false;
         }
+        break;
         case MID_FTN_LINE_STYLE:
         {
             ::editeng::SvxBorderStyle eStyle = table::BorderLineStyle::NONE;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to