summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-12 22:47:06 +0100
committerAndras Timar <atimar@suse.com>2013-02-13 10:19:23 +0100
commitb6eed8596485380484245a77344ad9a3bd476a73 (patch)
tree6c2355d463ffa874bc3fc6efa3cc20efb797c009
parent67b8c0339e90c42dca402a925a624fce67f8ea5c (diff)
fix a Basic keyword in syntax highlighter: withevent -> withevents
Change-Id: I47b527ad6e68dba83ebb253bcc55a2717c7dd0ca
-rw-r--r--svtools/source/edit/syntaxhighlight.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/edit/syntaxhighlight.cxx b/svtools/source/edit/syntaxhighlight.cxx
index 8d33ac306f2b..920bac56892c 100644
--- a/svtools/source/edit/syntaxhighlight.cxx
+++ b/svtools/source/edit/syntaxhighlight.cxx
@@ -152,7 +152,7 @@ static const char* strListBasicKeyWords[] = {
"wend",
"while",
"with",
- "withevent",
+ "withevents",
"write",
"xor"
};