summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-09-23 23:56:05 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-09-23 23:56:05 +0900
commit2345948281e03671466dbf6e53544855b28a90d4 (patch)
tree0bf2c1adb40d46444ade3a51814db711e4a7cdeb /svtools
parentfix typo (diff)
downloadcore-2345948281e03671466dbf6e53544855b28a90d4.tar.gz
core-2345948281e03671466dbf6e53544855b28a90d4.zip
be in lexicographic order
Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/edit/syntaxhighlight.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index 8851766f57b9..4ac4171fe6ab 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -41,8 +41,8 @@ static const char* strListBasicKeyWords[] = {
"and",
"any",
"append",
- "attribute",
"as",
+ "attribute",
"base",
"binary",
"boolean",
@@ -157,8 +157,8 @@ static const char* strListBasicKeyWords[] = {
"type",
"typeof",
"until",
- "vbasupport",
"variant",
+ "vbasupport",
"wend",
"while",
"with",