starmath/source/parse.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 213752056fd8fcf75819a4e3dee716ea2bcefbbd Author: dante <dante19031...@gmail.com> AuthorDate: Mon Feb 1 19:55:07 2021 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Tue Feb 2 18:27:47 2021 +0100
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 <sberg...@redhat.com> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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 }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits