summaryrefslogtreecommitdiff
path: root/cui/source/uno
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/uno')
-rw-r--r--cui/source/uno/services.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/uno/services.cxx b/cui/source/uno/services.cxx
index b9b3128e520b..cb67736a3140 100644
--- a/cui/source/uno/services.cxx
+++ b/cui/source/uno/services.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+
*
@@ -62,3 +63,4 @@ extern "C" SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnviron
*ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */