[Libreoffice-commits] .: svtools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Sep 23 07:58:25 PDT 2012
svtools/source/edit/syntaxhighlight.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2345948281e03671466dbf6e53544855b28a90d4
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sun Sep 23 23:56:05 2012 +0900
be in lexicographic order
Change-Id: I26b15fe1cc5f8f3066f241143d01615a7416eb5b
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index 8851766..4ac4171 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",
More information about the Libreoffice-commits
mailing list