[Libreoffice-commits] core.git: sc/source

Caolán McNamara caolanm at redhat.com
Fri Apr 29 19:40:57 UTC 2016


 sc/source/core/tool/interpr8.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 78b450c282d9ec6b558a4d59797924d836651dc6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Apr 29 20:24:44 2016 +0100

    coverity#1358842 Missing break in switch, presumably there should be one
    
    Change-Id: I18918d061006e614a9c370a68348c42efb00449e

diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx
index 1235810..352c89f 100644
--- a/sc/source/core/tool/interpr8.cxx
+++ b/sc/source/core/tool/interpr8.cxx
@@ -1836,6 +1836,7 @@ void ScInterpreter::ScTextJoin_MS()
                         }
                     }
                 }
+                break;
                 case svMissing :
                 {
                     if ( !bSkipEmpty )


More information about the Libreoffice-commits mailing list