summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Doležel <marekdolezel@gmail.com>2015-07-25 20:52:37 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2015-07-27 20:06:53 -0500
commita45fbb192a51c6bdf5d273dfad2eab8c1f85ccc4 (patch)
treeec67f1fb4ce591c147bb2805c3f9ab17bc383975
parent8129116d00b2060863a540d902507acea106d000 (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>
-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",