diff options
-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; } |