[Libreoffice-commits] .: chart2/AllLangResTarget_chartcontroller.mk chart2/JunitTest_chart2_unoapi.mk chart2/Library_chartcontroller.mk chart2/Library_chartmodel.mk chart2/Library_charttools.mk chart2/Library_chartview.mk chart2/Module_chart2.mk chart2/Package_uiconfig.mk scaddins/AllLangResTarget_analysis.mk scaddins/AllLangResTarget_date.mk scaddins/Library_analysis.mk scaddins/Library_date.mk scaddins/Module_scaddins.mk sc/AllLangResTarget_sc.mk sccomp/AllLangResTarget_solver.mk sccomp/Library_solver.mk sccomp/Module_sccomp.mk sc/CppunitTest_sc_test_filters.mk sc/CppunitTest_sc_ucalc.mk sc/Library_scd.mk sc/Library_scfilt.mk sc/Library_sc.mk sc/Library_scui.mk sc/Library_sd.mk sc/Library_vbaobj.mk sc/Module_sc.mk sc/Package_uiconfig.mk sc/Package_xml.mk

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jul 30 13:15:14 PDT 2011


 chart2/AllLangResTarget_chartcontroller.mk |    3 ++-
 chart2/JunitTest_chart2_unoapi.mk          |    1 +
 chart2/Library_chartcontroller.mk          |    3 ++-
 chart2/Library_chartmodel.mk               |    3 ++-
 chart2/Library_charttools.mk               |    3 ++-
 chart2/Library_chartview.mk                |    3 ++-
 chart2/Module_chart2.mk                    |    3 ++-
 chart2/Package_uiconfig.mk                 |    3 ++-
 sc/AllLangResTarget_sc.mk                  |    3 +++
 sc/CppunitTest_sc_test_filters.mk          |    3 ++-
 sc/CppunitTest_sc_ucalc.mk                 |    3 ++-
 sc/Library_sc.mk                           |    3 +++
 sc/Library_scd.mk                          |    3 +++
 sc/Library_scfilt.mk                       |    2 ++
 sc/Library_scui.mk                         |    1 +
 sc/Library_sd.mk                           |    1 +
 sc/Library_vbaobj.mk                       |    1 +
 sc/Module_sc.mk                            |    3 ++-
 sc/Package_uiconfig.mk                     |    2 ++
 sc/Package_xml.mk                          |    3 ++-
 scaddins/AllLangResTarget_analysis.mk      |    3 ++-
 scaddins/AllLangResTarget_date.mk          |    3 ++-
 scaddins/Library_analysis.mk               |    3 ++-
 scaddins/Library_date.mk                   |    3 ++-
 scaddins/Module_scaddins.mk                |    3 ++-
 sccomp/AllLangResTarget_solver.mk          |    3 ++-
 sccomp/Library_solver.mk                   |    3 +++
 sccomp/Module_sccomp.mk                    |    3 ++-
 28 files changed, 56 insertions(+), 18 deletions(-)

New commits:
commit a1f3be8a82f3934182c2a264548c785c823e28dd
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jul 30 23:01:11 2011 +0300

    Add consistent Emacs and vim mode lines

diff --git a/chart2/AllLangResTarget_chartcontroller.mk b/chart2/AllLangResTarget_chartcontroller.mk
index 98ad177..14bfce0 100644
--- a/chart2/AllLangResTarget_chartcontroller.mk
+++ b/chart2/AllLangResTarget_chartcontroller.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
@@ -99,4 +100,4 @@ $(eval $(call gb_SrsTarget_add_templates,chart2/res,\
     chart2/source/controller/dialogs/res_Trendline_tmpl.hrc \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/chart2/JunitTest_chart2_unoapi.mk b/chart2/JunitTest_chart2_unoapi.mk
index da35eea..26a1460 100644
--- a/chart2/JunitTest_chart2_unoapi.mk
+++ b/chart2/JunitTest_chart2_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/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk
index 090d3ea..95cbef8 100644
--- a/chart2/Library_chartcontroller.mk
+++ b/chart2/Library_chartcontroller.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
@@ -221,4 +222,4 @@ $(eval $(call gb_Library_add_exception_objects,chartcontroller,\
     chart2/source/controller/main/UndoGuard \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk
index e9ac455..e5ad81b 100644
--- a/chart2/Library_chartmodel.mk
+++ b/chart2/Library_chartmodel.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
@@ -119,4 +120,4 @@ $(eval $(call gb_Library_add_exception_objects,chartmodel,\
     chart2/source/model/template/XYDataInterpreter \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/chart2/Library_charttools.mk b/chart2/Library_charttools.mk
index e88a27d..c618038 100644
--- a/chart2/Library_charttools.mk
+++ b/chart2/Library_charttools.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
@@ -131,4 +132,4 @@ $(eval $(call gb_Library_add_exception_objects,charttools,\
     chart2/source/tools/XMLRangeHelper \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/chart2/Library_chartview.mk b/chart2/Library_chartview.mk
index a905456..841ed69 100644
--- a/chart2/Library_chartview.mk
+++ b/chart2/Library_chartview.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
@@ -118,4 +119,4 @@ $(eval $(call gb_Library_add_exception_objects,chartview,\
     chart2/source/view/main/VTitle \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 24a0b3a..4ecb2b9 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.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
@@ -40,4 +41,4 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\
     JunitTest_chart2_unoapi \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/chart2/Package_uiconfig.mk b/chart2/Package_uiconfig.mk
index a081471..9c77dd6 100644
--- a/chart2/Package_uiconfig.mk
+++ b/chart2/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
@@ -41,4 +42,4 @@ $(eval $(call gb_Package_add_file,chart2_uiconfig,xml/uiconfig/modules/schart/to
 $(eval $(call gb_Package_add_file,chart2_uiconfig,xml/uiconfig/modules/schart/toolbar/symbolshapes.xml,toolbar/symbolshapes.xml))
 $(eval $(call gb_Package_add_file,chart2_uiconfig,xml/uiconfig/modules/schart/toolbar/toolbar.xml,toolbar/toolbar.xml))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sc/AllLangResTarget_sc.mk b/sc/AllLangResTarget_sc.mk
index 9c88013..adbedf5 100644
--- a/sc/AllLangResTarget_sc.mk
+++ b/sc/AllLangResTarget_sc.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
@@ -102,3 +103,5 @@ $(eval $(call gb_SrsTarget_add_files,sc/res,\
     sc/source/ui/formdlg/dwfunctr.src \
     sc/source/core/src/compiler.src \
 ))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sc/CppunitTest_sc_test_filters.mk b/sc/CppunitTest_sc_test_filters.mk
index 8dcd854..0b469bc 100644
--- a/sc/CppunitTest_sc_test_filters.mk
+++ b/sc/CppunitTest_sc_test_filters.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
@@ -107,4 +108,4 @@ $(eval $(call gb_RdbTarget_add_old_components,sc_filters_test,\
 # b) explicitly depend on the sc resource files needed at unit-test runtime
 $(call gb_CppunitTest_get_target,sc_filters_test) : $(call gb_Library_get_target,scfilt) $(WORKDIR)/AllLangRes/sc
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk
index 2fec471..cf5d4a8 100644
--- a/sc/CppunitTest_sc_ucalc.mk
+++ b/sc/CppunitTest_sc_ucalc.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #*************************************************************************
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
@@ -109,4 +110,4 @@ $(eval $(call gb_RdbTarget_add_old_components,sc_ucalc,\
     ucpfile1 \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk
index dcb105d..10a71a8 100644
--- a/sc/Library_sc.mk
+++ b/sc/Library_sc.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
@@ -555,3 +556,5 @@ $(eval $(call gb_SdiTarget_set_include,sc/sdi/scslots,\
         -I$(realpath $(SRCDIR)/sc/sdi) \
         $$(INCLUDE) \
 ))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Library_scd.mk b/sc/Library_scd.mk
index 058476f..459ec48 100644
--- a/sc/Library_scd.mk
+++ b/sc/Library_scd.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,3 +56,5 @@ $(eval $(call gb_Library_add_exception_objects,scd,\
 	sc/source/ui/unoobj/detreg \
 	sc/source/ui/unoobj/scdetect \
 ))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index 9d9b413..99e028c 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.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
@@ -167,3 +168,4 @@ $(eval $(call gb_Library_add_cxxobjects,scfilt,\
        sc/source/filter/lotus/optab \
 ))
 
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk
index a7f8fb3..74db5b5 100644
--- a/sc/Library_scui.mk
+++ b/sc/Library_scui.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/sc/Library_sd.mk b/sc/Library_sd.mk
index e69de29..3d98234 100644
--- a/sc/Library_sd.mk
+++ b/sc/Library_sd.mk
@@ -0,0 +1 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
diff --git a/sc/Library_vbaobj.mk b/sc/Library_vbaobj.mk
index 7fe3d38..54f626a 100644
--- a/sc/Library_vbaobj.mk
+++ b/sc/Library_vbaobj.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/sc/Module_sc.mk b/sc/Module_sc.mk
index d07a2c5..ecf5fa7 100644
--- a/sc/Module_sc.mk
+++ b/sc/Module_sc.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
 #
 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
 #
@@ -39,4 +40,4 @@ $(eval $(call gb_Module_add_check_targets,sc,\
 ))
 
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Package_uiconfig.mk b/sc/Package_uiconfig.mk
index e9fa932..b37e1e3 100644
--- a/sc/Package_uiconfig.mk
+++ b/sc/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
@@ -59,3 +60,4 @@ $(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/toolbar
 $(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/toolbar/toolbar.xml,scalc/toolbar/toolbar.xml))
 $(eval $(call gb_Package_add_file,sc_uiconfig,xml/uiconfig/modules/scalc/toolbar/viewerbar.xml,scalc/toolbar/viewerbar.xml))
 
+# vim: set noet sw=4 ts=4:
diff --git a/sc/Package_xml.mk b/sc/Package_xml.mk
index a33ccbd..e58d2a0 100644
--- a/sc/Package_xml.mk
+++ b/sc/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
@@ -138,4 +139,4 @@ $(eval $(call gb_Package_add_file,sc_xml,xml/ScViewPaneObj.xml,ScViewPaneObj.xml
 $(eval $(call gb_Package_add_file,sc_xml,xml/ScXMLExport.xml,ScXMLExport.xml))
 $(eval $(call gb_Package_add_file,sc_xml,xml/ScXMLImport.xml,ScXMLImport.xml))
 
-
+# vim: set noet sw=4 ts=4:
diff --git a/scaddins/AllLangResTarget_analysis.mk b/scaddins/AllLangResTarget_analysis.mk
index 4bf542d..07d5bed 100644
--- a/scaddins/AllLangResTarget_analysis.mk
+++ b/scaddins/AllLangResTarget_analysis.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.
@@ -44,4 +45,4 @@ $(eval $(call gb_SrsTarget_add_files,scaddins/analysis,\
     scaddins/source/analysis/analysis_funcnames.src \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/scaddins/AllLangResTarget_date.mk b/scaddins/AllLangResTarget_date.mk
index b816ea7..cf78ddb 100644
--- a/scaddins/AllLangResTarget_date.mk
+++ b/scaddins/AllLangResTarget_date.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.
@@ -42,4 +43,4 @@ $(eval $(call gb_SrsTarget_add_files,scaddins/date,\
     scaddins/source/datefunc/datefunc.src \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/scaddins/Library_analysis.mk b/scaddins/Library_analysis.mk
index 21bf59c..798c5b0 100644
--- a/scaddins/Library_analysis.mk
+++ b/scaddins/Library_analysis.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,analysis,\
 	scaddins/source/analysis/financial \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/scaddins/Library_date.mk b/scaddins/Library_date.mk
index a7bc434..50a9c6e 100644
--- a/scaddins/Library_date.mk
+++ b/scaddins/Library_date.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.
@@ -51,4 +52,4 @@ $(eval $(call gb_Library_add_exception_objects,date,\
 	scaddins/source/datefunc/datefunc \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/scaddins/Module_scaddins.mk b/scaddins/Module_scaddins.mk
index 537a102..0548574 100644
--- a/scaddins/Module_scaddins.mk
+++ b/scaddins/Module_scaddins.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.
@@ -34,4 +35,4 @@ $(eval $(call gb_Module_add_targets,scaddins,\
     Library_date \
 ))
 
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sccomp/AllLangResTarget_solver.mk b/sccomp/AllLangResTarget_solver.mk
index 98c3817..613417f 100644
--- a/sccomp/AllLangResTarget_solver.mk
+++ b/sccomp/AllLangResTarget_solver.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.
@@ -39,4 +40,4 @@ $(eval $(call gb_SrsTarget_add_files,solver/res,\
 	sccomp/source/solver/solver.src \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/sccomp/Library_solver.mk b/sccomp/Library_solver.mk
index 586c237..a9e9645 100644
--- a/sccomp/Library_solver.mk
+++ b/sccomp/Library_solver.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.
@@ -53,3 +54,5 @@ $(eval $(call gb_Library_use_external,solver,lpsolve55))
 $(eval $(call gb_Library_add_exception_objects,solver,\
 	sccomp/source/solver/solver \
 ))
+
+# vim: set noet sw=4 ts=4:
diff --git a/sccomp/Module_sccomp.mk b/sccomp/Module_sccomp.mk
index 92d3113..27ba129 100644
--- a/sccomp/Module_sccomp.mk
+++ b/sccomp/Module_sccomp.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.
@@ -32,4 +33,4 @@ $(eval $(call gb_Module_add_targets,sccomp,\
 	Library_solver \
 ))
 
-# vim: set noet sw=4:
+# vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list