[Libreoffice-commits] core.git: comphelper/source

Zolnai Tamás zolnaitamas2000 at gmail.com
Fri Jun 14 02:08:23 PDT 2013


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

New commits:
commit 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0
Author: Zolnai Tamás <zolnaitamas2000 at gmail.com>
Date:   Fri Jun 14 10:59:39 2013 +0200

    Highlight "LIMIT" as a keyword in sql edit
    
    Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04

diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx
index 84790eb..11cfc34 100644
--- a/comphelper/source/misc/syntaxhighlight.cxx
+++ b/comphelper/source/misc/syntaxhighlight.cxx
@@ -194,6 +194,7 @@ static const char* strListSqlKeyWords[] = {
     "join",
     "left",
     "like",
+    "limit",
     "local",
     "match",
     "max",


More information about the Libreoffice-commits mailing list