Kaydet (Commit) a7d67762 authored tarafından Miklos Vajna's avatar Miklos Vajna

scripting: add missing vim modelines to python files

Change-Id: Iedc3a8ab37deeb7a686fa709afb0cf350f815ec6
Reviewed-on: https://gerrit.libreoffice.org/48418Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 13a1a7e1
......@@ -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:
......@@ -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:
......@@ -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:
......@@ -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:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment