diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-10-14 12:34:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-10-14 15:02:45 +0100 |
commit | 360e139ea6ebb13630dac644e95f850e21cf9ba2 (patch) | |
tree | 1cf8f616433741279ff7a8742615b9113be909e8 /sc | |
parent | f3b97a1e8dbe65873af3a7420b4cdd6e1a919307 (diff) |
coverity#1326130 Logically dead code
Change-Id: I77453452183c0f3cb9b3a03c37142264d49a7d3a
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/global2.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx index 9a0f51fddaa9..15000f2e9558 100644 --- a/sc/source/core/data/global2.cxx +++ b/sc/source/core/data/global2.cxx @@ -541,10 +541,7 @@ Label_fallback_to_unambiguous: case fraction: eState = done; break; - case year: - case done: - case blank: - case stop: + default: rError = nStringNoValueError; break; } |