summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorZolnai Tamás <zolnaitamas2000@gmail.com>2013-06-14 10:59:39 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2013-06-14 11:10:12 +0200
commitac6f58b3a1265d6c3b7c60c12ce24a0aa788b53d (patch)
treee35cc75f231727df4267f77dc9d4ce0feacebba1 /comphelper
parent50d17105382f9b4ad463dc855d3a41b63701fec4 (diff)
Highlight "LIMIT" as a keyword in sql edit
Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04 (cherry picked from commit 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0)
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/syntaxhighlight.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/source/misc/syntaxhighlight.cxx b/comphelper/source/misc/syntaxhighlight.cxx
index 84790eb36782..11cfc341bceb 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",