summaryrefslogtreecommitdiffstats
path: root/cosv/source/service
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:46:24 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:58:04 +0200
commite9a59da46a5ac4e3545cd47ccebae9f1b266378a (patch)
treeac2e8328613d158c5be0d1379f5714ed74ee5ce4 /cosv/source/service
parentVersion 3.2.99.2, tag LIBREOFFICE_3_2_99_2 (3.3-beta2) (diff)
downloadcore-e9a59da46a5ac4e3545cd47ccebae9f1b266378a.tar.gz
core-e9a59da46a5ac4e3545cd47ccebae9f1b266378a.zip
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'cosv/source/service')
-rw-r--r--cosv/source/service/comdline.cxx2
-rw-r--r--cosv/source/service/comfunc.cxx2
-rw-r--r--cosv/source/service/commandline.cxx3
-rw-r--r--cosv/source/service/csv_ostream.cxx2
-rw-r--r--cosv/source/service/datetime.cxx2
-rw-r--r--cosv/source/service/std_outp.cxx2
6 files changed, 13 insertions, 0 deletions
diff --git a/cosv/source/service/comdline.cxx b/cosv/source/service/comdline.cxx
index fc3003d20e79..dd65c4909cfd 100644
--- a/cosv/source/service/comdline.cxx
+++ b/cosv/source/service/comdline.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -55,3 +56,4 @@ CommandLine_Ifc::CheckParameters() const
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/comfunc.cxx b/cosv/source/service/comfunc.cxx
index ab8f274d90d8..73c4c8a63ce8 100644
--- a/cosv/source/service/comfunc.cxx
+++ b/cosv/source/service/comfunc.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -153,3 +154,4 @@ time2str(String & out_Str, int hour, int min, int sec)
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/commandline.cxx b/cosv/source/service/commandline.cxx
index 383811a9ac25..cfaf01d9a416 100644
--- a/cosv/source/service/commandline.cxx
+++ b/cosv/source/service/commandline.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -340,3 +341,5 @@ OptionDescription::OptionDescription( intt i_id,
} // namespace csv
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/csv_ostream.cxx b/cosv/source/service/csv_ostream.cxx
index 30c5736343a2..b1299fe21d1b 100644
--- a/cosv/source/service/csv_ostream.cxx
+++ b/cosv/source/service/csv_ostream.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -90,3 +91,4 @@ ostream::ostream( uintt i_nStartSize )
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/datetime.cxx b/cosv/source/service/datetime.cxx
index 00acabe6e1d7..277197ab0fa6 100644
--- a/cosv/source/service/datetime.cxx
+++ b/cosv/source/service/datetime.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -82,3 +83,4 @@ Time::Null_()
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cosv/source/service/std_outp.cxx b/cosv/source/service/std_outp.cxx
index 315abec11978..e958019f12b3 100644
--- a/cosv/source/service/std_outp.cxx
+++ b/cosv/source/service/std_outp.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -79,3 +80,4 @@ PerformAssertion(const char * condition, const char * file, unsigned line)
} // namespace csv
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */