diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-29 20:24:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-29 20:40:14 +0100 |
commit | 78b450c282d9ec6b558a4d59797924d836651dc6 (patch) | |
tree | 5ea15084246a9ec57463d562d143df2c634790c9 /sc | |
parent | 478a4032da69654245d478e15902feda1e49c84c (diff) |
coverity#1358842 Missing break in switch, presumably there should be one
Change-Id: I18918d061006e614a9c370a68348c42efb00449e
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/interpr8.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr8.cxx b/sc/source/core/tool/interpr8.cxx index 123581031909..352c89fc062c 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 ) |