summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/config/evntconf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index c21ba4dbbf7d..013b129dec36 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -106,7 +106,7 @@ static uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
/*
This function converts a SvxMacro into an Any containing three
properties. These properties are EventType and Script. Possible
- values for EventType ar StarBasic, JavaScript, ...
+ values for EventType are StarBasic, JavaScript, ...
The Script property should contain the URL to the macro and looks
like "macro://./standard.module1.main()"