comphelper/source/misc/syntaxhighlight.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a45fbb192a51c6bdf5d273dfad2eab8c1f85ccc4
Author: Marek Doležel <marekdole...@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.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    (cherry picked from commit 11f24bc2f032b31095663cb09ef948eee2c61f49)
    Signed-off-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/comphelper/source/misc/syntaxhighlight.cxx 
b/comphelper/source/misc/syntaxhighlight.cxx
index 41dd9f2..ecd4ced 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",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to