comphelper/source/misc/syntaxhighlight.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0 Author: Zolnai Tamás <[email protected]> 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",
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
