include/formula/token.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0b1b361090cac1838f3a33e554fd44f0b3a9590a
Author: Tor Lillqvist <t...@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 <c...@libreoffice.org>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Jochen Nitschke <j.nitschke+loger...@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
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to