diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 09:06:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-17 09:56:19 +0200 |
commit | 1400cec1642039c2ff2021e574954d4b4576f5ac (patch) | |
tree | 5e61e6b6eae7fb6b13327ccc8868f4a707da4f6d /sc/source/ui/src | |
parent | be021ba04d56b45bcb3c6cf09c193abc7f5e9dc0 (diff) |
remove unused formula ErrorCode enumerators
Change-Id: I0d81b43ba4e0a8734074651228743acaeae7aa97
Diffstat (limited to 'sc/source/ui/src')
-rw-r--r-- | sc/source/ui/src/globstr.src | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index a09b9da08219..9fa14e578ccf 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -836,10 +836,6 @@ String STR_LONG_ERR_ILL_CHAR+RID_GLOBSTR_OFFSET { Text [ en-US ] = "Error: Invalid character" ; }; -String STR_LONG_ERR_ILL_SEP+RID_GLOBSTR_OFFSET -{ - Text [ en-US ] = "Error: Invalid semicolon" ; -}; String STR_LONG_ERR_PAIR+RID_GLOBSTR_OFFSET { Text [ en-US ] = "Error: in bracketing" ; |