diff options
author | Marek Doležel <marekdolezel@gmail.com> | 2015-07-25 20:52:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-25 23:44:03 +0000 |
commit | 11f24bc2f032b31095663cb09ef948eee2c61f49 (patch) | |
tree | fc89356a747048e0b4c41cec4697a3fdc66524db /comphelper | |
parent | c17ea618d8431306b130c023575ffed50fcbe3f8 (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>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/syntaxhighlight.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx index d1fffbcf5db5..710d8c06c284 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", |