summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-30 23:02:30 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-30 23:02:30 +0300
commit4122c3b9d58b0df701b903f8bf9dc6e843aeba1b (patch)
tree506f5d98f18c73d5aa250f7dd7f9da88e6aa2986 /xmloff
parent1469f908501e22a5c299f94754b722923b27560f (diff)
Add consistent Emacs and vim mode lines
Diffstat (limited to 'xmloff')
-rw-r--r--[-rwxr-xr-x]xmloff/JunitTest_xmloff_unoapi.mk1
-rw-r--r--xmloff/Library_xo.mk3
-rw-r--r--xmloff/Library_xof.mk3
-rw-r--r--[-rwxr-xr-x]xmloff/Module_xmloff.mk3
-rw-r--r--[-rwxr-xr-x]xmloff/Package_dtd.mk3
-rw-r--r--[-rwxr-xr-x]xmloff/Package_inc.mk3
6 files changed, 13 insertions, 3 deletions
diff --git a/xmloff/JunitTest_xmloff_unoapi.mk b/xmloff/JunitTest_xmloff_unoapi.mk
index 3a9824dc6877..a2fac786c027 100755..100644
--- a/xmloff/JunitTest_xmloff_unoapi.mk
+++ b/xmloff/JunitTest_xmloff_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/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 1e63c7ae463a..3cc71df281b9 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.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.
@@ -382,4 +383,4 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/xforms/xformsimport \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/xmloff/Library_xof.mk b/xmloff/Library_xof.mk
index 1e15e558341f..d57ecda14bbc 100644
--- a/xmloff/Library_xof.mk
+++ b/xmloff/Library_xof.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.
@@ -92,4 +93,4 @@ $(eval $(call gb_Library_add_exception_objects,xof,\
xmloff/source/transform/XMLFilterRegistration \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/xmloff/Module_xmloff.mk b/xmloff/Module_xmloff.mk
index 74a1aa3aaa1e..fae1d7ac4dc9 100755..100644
--- a/xmloff/Module_xmloff.mk
+++ b/xmloff/Module_xmloff.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.
@@ -41,4 +42,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,xmloff,\
#todo: map file
#todo: xmlkywd.lib - built, but never used?!
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/xmloff/Package_dtd.mk b/xmloff/Package_dtd.mk
index 7f2d5a4e0f1d..2219c145b704 100755..100644
--- a/xmloff/Package_dtd.mk
+++ b/xmloff/Package_dtd.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_Package_add_file,xmloff_dtd,bin/settings.mod,settings.mod))
$(eval $(call gb_Package_add_file,xmloff_dtd,bin/style.mod,style.mod))
$(eval $(call gb_Package_add_file,xmloff_dtd,bin/table.mod,table.mod))
$(eval $(call gb_Package_add_file,xmloff_dtd,bin/text.mod,text.mod))
+
+# vim: set noet sw=4 ts=4:
diff --git a/xmloff/Package_inc.mk b/xmloff/Package_inc.mk
index 4e11c2b4b5d9..3b9781b40674 100755..100644
--- a/xmloff/Package_inc.mk
+++ b/xmloff/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.
@@ -129,3 +130,5 @@ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmltkmap.hxx,xmloff/xmlt
$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmltoken.hxx,xmloff/xmltoken.hxx))
$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmltypes.hxx,xmloff/xmltypes.hxx))
$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmluconv.hxx,xmloff/xmluconv.hxx))
+
+# vim: set noet sw=4 ts=4: