[Libreoffice-commits] core.git: comphelper/source
Marek Doležel
marekdolezel at gmail.com
Sat Jul 25 16:44:33 PDT 2015
comphelper/source/misc/syntaxhighlight.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 11f24bc2f032b31095663cb09ef948eee2c61f49
Author: Marek Doležel <marekdolezel at gmail.com>
Date: Sat Jul 25 20:52:37 2015 +0200
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 at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx
index d1fffbc..710d8c0 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",
More information about the Libreoffice-commits
mailing list