From 11f24bc2f032b31095663cb09ef948eee2c61f49 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 --- comphelper/source/misc/syntaxhighlight.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'comphelper') 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", -- cgit