[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - comphelper/source

Marek Doležel marekdolezel at gmail.com
Mon Jul 27 18:08:15 PDT 2015


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

New commits:
commit a45fbb192a51c6bdf5d273dfad2eab8c1f85ccc4
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>
    (cherry picked from commit 11f24bc2f032b31095663cb09ef948eee2c61f49)
    Signed-off-by: Adolfo Jayme Barrientos <fitojb at 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",


More information about the Libreoffice-commits mailing list