diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-03-31 17:01:43 +0300 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-04-01 11:03:08 +0000 |
commit | 0b1b361090cac1838f3a33e554fd44f0b3a9590a (patch) | |
tree | 7d8ff3621d8d1570bfed3a605c220343de62c046 /include | |
parent | 167e3c6d64ec187eeb382ca61b18894f79f7b149 (diff) |
There doesn't seem to be any reason for the svMissing = 0x70
Change-Id: I9b416b28bb87599d222e60f59589cb0ec639166a
Reviewed-on: https://gerrit.libreoffice.org/35979
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/token.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/token.hxx b/include/formula/token.hxx index d6a50904214b..2de988e551b6 100644 --- a/include/formula/token.hxx +++ b/include/formula/token.hxx @@ -75,7 +75,7 @@ enum StackVarEnum svSingleVectorRef, svDoubleVectorRef, svError, // error token - svMissing = 0x70, // 0 or "" + svMissing, // 0 or "" svSep, // separator, ocSep, ocOpen, ocClose svUnknown // unknown StackType }; |