summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMarek Doležel <marekdolezel@gmail.com>2015-07-25 20:52:37 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:56:58 +0200
commit9b42271514a549ec267a1ae1fb43bf2b1fffe49b (patch)
treeade0f6609148f708e04b99ad54b161ba6a31a26c /comphelper
parent9ba0b6bb9aed62b0a29562cdf447c9b37f3fd499 (diff)
tdf#92130 fix DoEvents to be recognized as keyword
Change-Id: I24868acec66a72abbb52b8026ed3a092dbd97632 Reviewed-on: https://gerrit.libreoffice.org/17347 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 11f24bc2f032b31095663cb09ef948eee2c61f49) Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/syntaxhighlight.cxx1
1 files changed, 1 insertions, 0 deletions
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",