diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:02:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-07-30 23:12:12 +0300 |
commit | 704bc46ae43d0386e5762b6a6158c7cef831dd1d (patch) | |
tree | 05e6e4e72883d7a1908cf5d89002f5afae1a3551 /toolkit | |
parent | 959d24419838fe2515dcdafb68896664a909e93c (diff) |
Add consistent Emacs and vim mode lines
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/AllLangResTarget_tk.mk | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | toolkit/JunitTest_toolkit_unoapi.mk | 1 | ||||
-rw-r--r-- | toolkit/Library_tk.mk | 1 | ||||
-rw-r--r-- | toolkit/Module_toolkit.mk | 1 | ||||
-rw-r--r-- | toolkit/Package_inc.mk | 3 | ||||
-rw-r--r-- | toolkit/Package_source.mk | 3 | ||||
-rw-r--r-- | toolkit/Package_util.mk | 3 |
7 files changed, 15 insertions, 0 deletions
diff --git a/toolkit/AllLangResTarget_tk.mk b/toolkit/AllLangResTarget_tk.mk index e127bef851c6..a9a31e26f37d 100644 --- a/toolkit/AllLangResTarget_tk.mk +++ b/toolkit/AllLangResTarget_tk.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -43,3 +44,5 @@ $(eval $(call gb_SrsTarget_set_include,toolkit/awt,\ $(eval $(call gb_SrsTarget_add_files,toolkit/awt,\ toolkit/source/awt/xthrobber.src \ )) + +# vim: set noet sw=4 ts=4: diff --git a/toolkit/JunitTest_toolkit_unoapi.mk b/toolkit/JunitTest_toolkit_unoapi.mk index 8e3aed68b88c..791cb166f3e1 100755..100644 --- a/toolkit/JunitTest_toolkit_unoapi.mk +++ b/toolkit/JunitTest_toolkit_unoapi.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index aa81d8bb0f13..56748dff5315 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/toolkit/Module_toolkit.mk b/toolkit/Module_toolkit.mk index 858aecd1c13d..9257d33a07df 100644 --- a/toolkit/Module_toolkit.mk +++ b/toolkit/Module_toolkit.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/toolkit/Package_inc.mk b/toolkit/Package_inc.mk index 03d49fe6a45e..8b8f63402cd1 100644 --- a/toolkit/Package_inc.mk +++ b/toolkit/Package_inc.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -64,3 +65,5 @@ $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/helper/unopropertyarra $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/helper/unowrapper.hxx,toolkit/helper/unowrapper.hxx)) $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/helper/vclunohelper.hxx,toolkit/helper/vclunohelper.hxx)) $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/unohlp.hxx,toolkit/helper/vclunohelper.hxx)) + +# vim: set noet sw=4 ts=4: diff --git a/toolkit/Package_source.mk b/toolkit/Package_source.mk index 6dd69fda6098..6c3fdaccf853 100644 --- a/toolkit/Package_source.mk +++ b/toolkit/Package_source.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -45,3 +46,5 @@ $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/translate.hxx,l $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/core/vcl.hxx,layout/core/vcl.hxx)) $(eval $(call gb_Package_add_file,toolkit_source,inc/layout/vcl/wrapper.hxx,layout/vcl/wrapper.hxx)) $(eval $(call gb_Package_add_file,toolkit_source,inc/toolkit/awt/vclxdialog.hxx,awt/vclxdialog.hxx)) + +# vim: set noet sw=4 ts=4: diff --git a/toolkit/Package_util.mk b/toolkit/Package_util.mk index b8580d0205c8..4c50b0dabf12 100644 --- a/toolkit/Package_util.mk +++ b/toolkit/Package_util.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -27,3 +28,5 @@ $(eval $(call gb_Package_Package,toolkit_util,$(SRCDIR)/toolkit/util)) $(eval $(call gb_Package_add_file,toolkit_util,xml/toolkit.xml,toolkit.xml)) + +# vim: set noet sw=4 ts=4: |