diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-03-01 16:23:48 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-03-02 01:55:43 +0000 |
commit | a5c947579253a7f4e784004e18929af5ab22fa28 (patch) | |
tree | 49fdef0bc27ba15b94ed5ebd799f8aeda208b3a2 /starmath/source/smres.src | |
parent | 472f92421b1b15dc765714a7c657704812859868 (diff) |
starmath: Drop SmParseError::UnoperExpected
because it cannot happen unless the invariant about TG::UnOper is
broken.
Change-Id: I2250c785c278d77e991be04353cf34b5c1c45a21
Reviewed-on: https://gerrit.libreoffice.org/34735
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source/smres.src')
-rw-r--r-- | starmath/source/smres.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/starmath/source/smres.src b/starmath/source/smres.src index a11baf467826..b5efdeb98309 100644 --- a/starmath/source/smres.src +++ b/starmath/source/smres.src @@ -201,11 +201,6 @@ String RID_ERR_FUNCEXPECTED Text [ en-US ] = "Function expected" ; }; -String RID_ERR_UNOPEREXPECTED -{ - Text [ en-US ] = "Unary operator expected" ; -}; - String RID_ERR_POUNDEXPECTED { Text [ en-US ] = "'#' expected" ; |