diff options
Diffstat (limited to 'scripting/examples')
-rw-r--r-- | scripting/examples/python/Capitalise.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/examples/python/Capitalise.py b/scripting/examples/python/Capitalise.py index 67facb2bc136..2e5a34b1e431 100644 --- a/scripting/examples/python/Capitalise.py +++ b/scripting/examples/python/Capitalise.py @@ -77,6 +77,6 @@ def capitalisePython( ): i+= 1 -# lists the scripts, that shall be visible inside OOo. Can be omited, if -# all functions shall be visible, however here getNewString shall be surpressed +# lists the scripts, that shall be visible inside OOo. Can be omitted, if +# all functions shall be visible, however here getNewString shall be suppressed g_exportedScripts = capitalisePython, |