diff options
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/examples/python/Capitalise.py | 2 | ||||
-rw-r--r-- | scripting/examples/python/HelloWorld.py | 2 | ||||
-rw-r--r-- | scripting/examples/python/pythonSamples/TableSample.py | 2 | ||||
-rw-r--r-- | scripting/source/pyprov/mailmerge.py | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/scripting/examples/python/Capitalise.py b/scripting/examples/python/Capitalise.py index 3c5366589ef9..05e82a37ad32 100644 --- a/scripting/examples/python/Capitalise.py +++ b/scripting/examples/python/Capitalise.py @@ -76,3 +76,5 @@ def capitalisePython( ): # 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, + +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/scripting/examples/python/HelloWorld.py b/scripting/examples/python/HelloWorld.py index 4cad8a8549ea..8c3c9a8141d2 100644 --- a/scripting/examples/python/HelloWorld.py +++ b/scripting/examples/python/HelloWorld.py @@ -34,3 +34,5 @@ def HelloWorldPython( ): #and set the string tRange.String = "Hello World (in Python)" return None + +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/scripting/examples/python/pythonSamples/TableSample.py b/scripting/examples/python/pythonSamples/TableSample.py index 12ea326343cc..a92c862c2674 100644 --- a/scripting/examples/python/pythonSamples/TableSample.py +++ b/scripting/examples/python/pythonSamples/TableSample.py @@ -112,3 +112,5 @@ def createTable(): text.insertString( cursor, " That's all for now !!" , 0 ) g_exportedScripts = createTable, + +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/scripting/source/pyprov/mailmerge.py b/scripting/source/pyprov/mailmerge.py index 6034a74f1b03..ca18c7b17227 100644 --- a/scripting/source/pyprov/mailmerge.py +++ b/scripting/source/pyprov/mailmerge.py @@ -528,3 +528,5 @@ g_ImplementationHelper.addImplementation( \ g_ImplementationHelper.addImplementation( \ PyMailMessage, g_messageImplName, ("com.sun.star.mail.MailMessage",),) + +# vim: set shiftwidth=4 softtabstop=4 expandtab: |