diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-05-06 16:18:24 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-05-06 17:52:18 +0200 |
commit | 893211c725c75341d3a6b1afae608c52231dd750 (patch) | |
tree | d610b116e4a47abdc17179b8a6c30ccc4ed3410d /cui | |
parent | 6522f7374fe19fbcdf27c01b7ae07779b6c0514f (diff) |
Add Emacs and Vim modelines.
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/colorpicker.cxx | 3 | ||||
-rw-r--r-- | cui/source/dialogs/colorpicker.hrc | 3 | ||||
-rw-r--r-- | cui/source/dialogs/colorpicker.src | 3 | ||||
-rw-r--r-- | cui/source/uno/services.cxx | 2 |
4 files changed, 10 insertions, 1 deletions
diff --git a/cui/source/dialogs/colorpicker.cxx b/cui/source/dialogs/colorpicker.cxx index 5e085ee7d380..d619e091c815 100644 --- a/cui/source/dialogs/colorpicker.cxx +++ b/cui/source/dialogs/colorpicker.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -1723,4 +1724,4 @@ sal_Int16 SAL_CALL ColorPicker::execute( ) throw (RuntimeException) } - +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/dialogs/colorpicker.hrc b/cui/source/dialogs/colorpicker.hrc index 3a1d80537b50..0c40686dd4f1 100644 --- a/cui/source/dialogs/colorpicker.hrc +++ b/cui/source/dialogs/colorpicker.hrc @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -69,3 +70,5 @@ #define CT_SLIDERIMG 26 #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/cui/source/dialogs/colorpicker.src b/cui/source/dialogs/colorpicker.src index f64fbfd90029..b444f74420be 100644 --- a/cui/source/dialogs/colorpicker.src +++ b/cui/source/dialogs/colorpicker.src @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -487,3 +488,5 @@ ModalDialog RID_CUI_DIALOG_COLORPICKER TabStop = TRUE ; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 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: */ |