summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-03-09 16:57:40 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2021-03-09 19:47:09 +0100
commitacfd19df520693bb0e052d08df152befd7832a41 (patch)
tree59be67465890c9effaaab95b7666da3306384582 /sw
parent1ee086906bd64bd5be3f3af06d2c08da680aaef1 (diff)
Add missing comments as per TEMPLATE.SOURCECODE.HEADER
Change-Id: I6a8ed8598690795d5e23fb461db50f7f7852912a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112216 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/uitest/navigator/tdf114724.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/sw/qa/uitest/navigator/tdf114724.py b/sw/qa/uitest/navigator/tdf114724.py
index ee39921a3285..be4c900d579d 100644
--- a/sw/qa/uitest/navigator/tdf114724.py
+++ b/sw/qa/uitest/navigator/tdf114724.py
@@ -1,3 +1,6 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -44,3 +47,5 @@ class tdf114724(UITestCase):
self.xUITest.executeCommand(".uno:Sidebar")
self.ui_test.close_doc()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab: