summaryrefslogtreecommitdiff
path: root/pyuno/demo/swritercompclient.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/demo/swritercompclient.py')
-rw-r--r--pyuno/demo/swritercompclient.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/demo/swritercompclient.py b/pyuno/demo/swritercompclient.py
index 4ac9d937db51..c4d6cdbf6a66 100644
--- a/pyuno/demo/swritercompclient.py
+++ b/pyuno/demo/swritercompclient.py
@@ -1,4 +1,4 @@
-# -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
#
# This file is part of the LibreOffice project.
#
@@ -29,4 +29,4 @@ pyComp = remoteSmgr.createInstanceWithContext( "org.openoffice.demo.SWriter" , r
pyComp.run( (), )
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim: set shiftwidth=4 softtabstop=4 expandtab: