summaryrefslogtreecommitdiff
path: root/pyuno/demo/swriter.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyuno/demo/swriter.py')
-rw-r--r--pyuno/demo/swriter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/demo/swriter.py b/pyuno/demo/swriter.py
index 865160a11851..4f3916136c30 100644
--- a/pyuno/demo/swriter.py
+++ b/pyuno/demo/swriter.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.
#
@@ -119,4 +119,4 @@ cursor.setPropertyValue( "CharShadowed", False )
text.insertString( cursor, " That's all for now!" , 0 )
-# vim:set shiftwidth=4 softtabstop=4 expandtab:
+# vim: set shiftwidth=4 softtabstop=4 expandtab: