[Libreoffice-commits] core.git: include/formula
Tor Lillqvist
tml at collabora.com
Sat Apr 1 11:03:32 UTC 2017
include/formula/token.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0b1b361090cac1838f3a33e554fd44f0b3a9590a
Author: Tor Lillqvist <tml at collabora.com>
Date: Fri Mar 31 17:01:43 2017 +0300
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 at libreoffice.org>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit at ok.de>
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
};
More information about the Libreoffice-commits
mailing list