summaryrefslogtreecommitdiff
path: root/librelogo/source/LibreLogoDummy.py
diff options
context:
space:
mode:
Diffstat (limited to 'librelogo/source/LibreLogoDummy.py')
-rw-r--r--librelogo/source/LibreLogoDummy.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/librelogo/source/LibreLogoDummy.py b/librelogo/source/LibreLogoDummy.py
index 1d65ff4919fa..fc3ef12ad950 100644
--- a/librelogo/source/LibreLogoDummy.py
+++ b/librelogo/source/LibreLogoDummy.py
@@ -1,3 +1,11 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; c-basic-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
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
# dummy UNO component to get the path of the localizations
import uno, unohelper, os, sys
from com.sun.star.lang import XMain
@@ -12,3 +20,5 @@ class LibreLogoDummyComponent(XMain, unohelper.Base):
g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
LibreLogoDummyComponent,"org.openoffice.comp.pyuno.LibreLogoDummy",("org.openoffice.LibreLogo.LibreLogoDummy",),)
+
+# vim: set noet sw=4 ts=4: