[Libreoffice-commits] .: animations/Library_animcore.mk animations/Module_animations.mk animations/Package_inc.mk animations/Package_xml.mk sd/AllLangResTarget_sd.mk sd/CppunitTest_sd_uimpress.mk sd/JunitTest_sd_unoapi.mk sd/Library_sdd.mk sd/Library_sdfilt.mk sd/Library_sd.mk sd/Library_sdui.mk sd/Module_sd.mk sd/Package_inc.mk sd/Package_uiconfig.mk sd/Package_web.mk sd/Package_xml.mk slideshow/CppunitTest_slideshow.mk slideshow/Executable_demoshow.mk slideshow/Library_OGLTrans.mk slideshow/Library_slideshow.mk slideshow/Module_slideshow.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Sat Jul 30 13:15:54 PDT 2011
animations/Library_animcore.mk | 3 ++-
animations/Module_animations.mk | 3 ++-
animations/Package_inc.mk | 3 ++-
animations/Package_xml.mk | 3 ++-
sd/AllLangResTarget_sd.mk | 3 ++-
sd/CppunitTest_sd_uimpress.mk | 3 ++-
sd/JunitTest_sd_unoapi.mk | 1 +
sd/Library_sd.mk | 3 ++-
sd/Library_sdd.mk | 3 ++-
sd/Library_sdfilt.mk | 3 ++-
sd/Library_sdui.mk | 3 ++-
sd/Module_sd.mk | 3 ++-
sd/Package_inc.mk | 3 ++-
sd/Package_uiconfig.mk | 3 ++-
sd/Package_web.mk | 3 ++-
sd/Package_xml.mk | 3 ++-
slideshow/CppunitTest_slideshow.mk | 3 ++-
slideshow/Executable_demoshow.mk | 3 ++-
slideshow/Library_OGLTrans.mk | 3 ++-
slideshow/Library_slideshow.mk | 3 ++-
slideshow/Module_slideshow.mk | 3 ++-
21 files changed, 41 insertions(+), 20 deletions(-)
New commits:
commit c8ed7790ecf6fc84bb7fae15e5ffa86fc23e3231
Author: Tor Lillqvist <tml at iki.fi>
Date: Sat Jul 30 23:02:06 2011 +0300
Add consistent Emacs and vim mode lines
diff --git a/animations/Library_animcore.mk b/animations/Library_animcore.mk
index 1ec31c5..962c91a 100644
--- a/animations/Library_animcore.mk
+++ b/animations/Library_animcore.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.
@@ -54,4 +55,4 @@ $(eval $(call gb_Library_add_exception_objects,animcore,\
animations/source/animcore/targetpropertiescreator \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/animations/Module_animations.mk b/animations/Module_animations.mk
index c6ed997..468f77d 100644
--- a/animations/Module_animations.mk
+++ b/animations/Module_animations.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.
@@ -33,4 +34,4 @@ $(eval $(call gb_Module_add_targets,animations,\
Package_xml \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/animations/Package_inc.mk b/animations/Package_inc.mk
index bf6dc2d..ebc03bf 100644
--- a/animations/Package_inc.mk
+++ b/animations/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.
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,animations_inc,$(SRCDIR)/animations/inc))
$(eval $(call gb_Package_add_file,animations_inc,inc/animations/animationnodehelper.hxx,animations/animationnodehelper.hxx))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/animations/Package_xml.mk b/animations/Package_xml.mk
index 47b945f..3883a7d 100644
--- a/animations/Package_xml.mk
+++ b/animations/Package_xml.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.
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,animations_xml,$(SRCDIR)/animations/source/anim
$(eval $(call gb_Package_add_file,animations_xml,xml/animcore.xml,animcore.xml))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/AllLangResTarget_sd.mk b/sd/AllLangResTarget_sd.mk
index 68a5c6b..de99782 100644
--- a/sd/AllLangResTarget_sd.mk
+++ b/sd/AllLangResTarget_sd.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -107,4 +108,4 @@ $(eval $(call gb_SrsTarget_add_templates,sd/res,\
sd/source/ui/app/toolbox2_tmpl.src \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/CppunitTest_sd_uimpress.mk b/sd/CppunitTest_sd_uimpress.mk
index db7dda5..d577ee2 100644
--- a/sd/CppunitTest_sd_uimpress.mk
+++ b/sd/CppunitTest_sd_uimpress.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -104,4 +105,4 @@ $(eval $(call gb_RdbTarget_add_old_components,sd_uimpress,\
i18npool \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/JunitTest_sd_unoapi.mk b/sd/JunitTest_sd_unoapi.mk
index 0d845d5..d086924 100644
--- a/sd/JunitTest_sd_unoapi.mk
+++ b/sd/JunitTest_sd_unoapi.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index d0d4e1c..45f8c57 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -520,4 +521,4 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
))
endif
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Library_sdd.mk b/sd/Library_sdd.mk
index 61ae7d3..2e2b070 100644
--- a/sd/Library_sdd.mk
+++ b/sd/Library_sdd.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -64,4 +65,4 @@ $(eval $(call gb_Library_add_exception_objects,sdd,\
sd/source/ui/unoidl/sddetect \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk
index 5076950..cc35e73 100644
--- a/sd/Library_sdfilt.mk
+++ b/sd/Library_sdfilt.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -104,4 +105,4 @@ $(eval $(call gb_Library_add_exception_objects,sdfilt,\
))
endif
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk
index 8d41825..2dea17d 100644
--- a/sd/Library_sdui.mk
+++ b/sd/Library_sdui.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -101,4 +102,4 @@ $(eval $(call gb_Library_add_exception_objects,sdui,\
# $(WORKDIR)/inc/sd/sddll0.hxx :
# echo "#define" DLL_NAME \"$(if $(filter UNX,$(GUI)),lib)sd$(DLLPOSTFIX)$(DLLPOST)\" > $@
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk
index a4f1298..a0224a9 100644
--- a/sd/Module_sd.mk
+++ b/sd/Module_sd.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -47,4 +48,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sd,\
JunitTest_sd_unoapi \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Package_inc.mk b/sd/Package_inc.mk
index fcf2238..38cf7b2 100644
--- a/sd/Package_inc.mk
+++ b/sd/Package_inc.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -29,4 +30,4 @@ $(eval $(call gb_Package_Package,sd_inc,$(SRCDIR)/sd/inc))
$(eval $(call gb_Package_add_file,sd_inc,inc/sd/sddll.hxx,sddll.hxx))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Package_uiconfig.mk b/sd/Package_uiconfig.mk
index de77ff4..4a10261 100644
--- a/sd/Package_uiconfig.mk
+++ b/sd/Package_uiconfig.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -126,4 +127,4 @@ $(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/tool
$(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/toolbar/viewerbar.xml,simpress/toolbar/viewerbar.xml))
$(eval $(call gb_Package_add_file,sd_uiconfig,xml/uiconfig/modules/simpress/toolbar/zoombar.xml,simpress/toolbar/zoombar.xml))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Package_web.mk b/sd/Package_web.mk
index da37053..c117d80 100644
--- a/sd/Package_web.mk
+++ b/sd/Package_web.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -55,4 +56,4 @@ $(eval $(call gb_Package_add_file,sd_web,pck/show.pl,webview/show.pl))
$(eval $(call gb_Package_add_file,sd_web,pck/webcast.asp,webview/webview.asp))
$(eval $(call gb_Package_add_file,sd_web,pck/webcast.pl,webview/webview.pl))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sd/Package_xml.mk b/sd/Package_xml.mk
index 5c511cf..4e5f719 100644
--- a/sd/Package_xml.mk
+++ b/sd/Package_xml.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -59,4 +60,4 @@ $(eval $(call gb_Package_add_file,sd_xml,xml/SlidesView.xml,SlidesView.xml))
$(eval $(call gb_Package_add_file,sd_xml,xml/transitions-ogl.xml,transitions-ogl.xml))
$(eval $(call gb_Package_add_file,sd_xml,xml/transitions.xml,transitions.xml))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/slideshow/CppunitTest_slideshow.mk b/slideshow/CppunitTest_slideshow.mk
index 3967524..21e21a0 100644
--- a/slideshow/CppunitTest_slideshow.mk
+++ b/slideshow/CppunitTest_slideshow.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -78,4 +79,4 @@ $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\
slideshow/test/views \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/slideshow/Executable_demoshow.mk b/slideshow/Executable_demoshow.mk
index a50d79a..5beee99 100644
--- a/slideshow/Executable_demoshow.mk
+++ b/slideshow/Executable_demoshow.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -72,4 +73,4 @@ $(eval $(call gb_Executable_add_exception_objects,demoshow,\
slideshow/test/demoshow \
))
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk
index f6d1ec0..d859071 100644
--- a/slideshow/Library_OGLTrans.mk
+++ b/slideshow/Library_OGLTrans.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -110,4 +111,4 @@ $(eval $(call gb_Library_add_linked_libs,OGLTrans,\
))
endif
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk
index 7e690c0..5149430 100644
--- a/slideshow/Library_slideshow.mk
+++ b/slideshow/Library_slideshow.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -183,4 +184,4 @@ $(eval $(call gb_Library_add_exception_objects,slideshow,\
))
endif
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/slideshow/Module_slideshow.mk b/slideshow/Module_slideshow.mk
index 0c39701..e3c2b05 100644
--- a/slideshow/Module_slideshow.mk
+++ b/slideshow/Module_slideshow.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
@@ -38,4 +39,4 @@ $(eval $(call gb_Module_add_targets,slideshow,\
# not built normally (and unbuildable anyway ;)
# Executable_demoshow \
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
More information about the Libreoffice-commits
mailing list