summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authordante <dante19031999@gmail.com>2021-02-01 19:55:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-02-02 18:27:47 +0100
commit213752056fd8fcf75819a4e3dee716ea2bcefbbd (patch)
treef46dbac136af7ee95d71d0c127e13731f8d6b262 /starmath
parent7685c0746cf0db6f51c6a7a488f4a960f8eab3c9 (diff)
Addition of hex command
I forgot to add it while working on color, internals already done. It's the line of code which allows users to use the command. Change-Id: I3f58e24b2ca795a46e0f8edb20c971816c9fdcdd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110271 Tested-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/parse.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx
index 0f3101450023..340bc465828b 100644
--- a/starmath/source/parse.cxx
+++ b/starmath/source/parse.cxx
@@ -117,6 +117,7 @@ const SmTokenTableEntry aTokenTable[] =
{ u"harpoon", THARPOON, MS_HARPOON, TG::Attribute, 5},
{ u"hat", THAT, MS_HAT, TG::Attribute, 5},
{ u"hbar" , THBAR, MS_HBAR, TG::Standalone, 5},
+ { u"hex" , THEX, '\0', TG::NONE, 5},
{ u"iiint", TIIINT, MS_IIINT, TG::Oper, 5},
{ u"iint", TIINT, MS_IINT, TG::Oper, 5},
{ u"im" , TIM, MS_IM, TG::Standalone, 5 },