summaryrefslogtreecommitdiffstats
path: root/cui/source/uno
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-05-06 16:18:24 +0200
committerJan Holesovsky <kendy@suse.cz>2011-05-06 17:52:18 +0200
commit893211c725c75341d3a6b1afae608c52231dd750 (patch)
treed610b116e4a47abdc17179b8a6c30ccc4ed3410d /cui/source/uno
parentNew color picker dialog for all applications. (diff)
downloadcore-893211c725c75341d3a6b1afae608c52231dd750.tar.gz
core-893211c725c75341d3a6b1afae608c52231dd750.zip
Add Emacs and Vim modelines.
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: */