From a45fbb192a51c6bdf5d273dfad2eab8c1f85ccc4 Mon Sep 17 00:00:00 2001 From: Marek Doležel Date: Sat, 25 Jul 2015 20:52:37 +0200 Subject: tdf#92130 fix DoEvents to be recognized as keyword Change-Id: I24868acec66a72abbb52b8026ed3a092dbd97632 Reviewed-on: https://gerrit.libreoffice.org/17347 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard (cherry picked from commit 11f24bc2f032b31095663cb09ef948eee2c61f49) Signed-off-by: Adolfo Jayme Barrientos --- comphelper/source/misc/syntaxhighlight.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx index 41dd9f2a070c..ecd4ced68ca3 100644 --- a/comphelper/source/misc/syntaxhighlight.cxx +++ b/comphelper/source/misc/syntaxhighlight.cxx @@ -78,6 +78,7 @@ static const char* strListBasicKeyWords[] = { "defvar", "dim", "do", + "doevents", "double", "each", "else", -- cgit v1.2.3