diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-23 23:56:05 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-09-23 23:56:05 +0900 |
commit | 2345948281e03671466dbf6e53544855b28a90d4 (patch) | |
tree | 0bf2c1adb40d46444ade3a51814db711e4a7cdeb /svtools | |
parent | 94bb5021c78570aa7b76614289669639f11cf53b (diff) |
be in lexicographic order
Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/edit/syntaxhighlight.cxx | 4 |
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", |