diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:40:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-30 08:52:21 +0200 |
commit | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (patch) | |
tree | 7d667e4dfe5202afe3fe77e800d4f3db7345e737 /sfx2/source/config | |
parent | 90928f23994d8fc1d9cc7edf95880782c8ca712a (diff) |
Fix typos
It passed "make check"
Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3
Reviewed-on: https://gerrit.libreoffice.org/76543
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sfx2/source/config')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 2 |
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()" |