summaryrefslogtreecommitdiffstats
path: root/autodoc/source/ary/info
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 /autodoc/source/ary/info
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 'autodoc/source/ary/info')
-rw-r--r--autodoc/source/ary/info/all_dts.cxx2
-rw-r--r--autodoc/source/ary/info/all_tags.cxx2
-rw-r--r--autodoc/source/ary/info/ci_attag.cxx2
-rw-r--r--autodoc/source/ary/info/ci_text.cxx2
4 files changed, 8 insertions, 0 deletions
diff --git a/autodoc/source/ary/info/all_dts.cxx b/autodoc/source/ary/info/all_dts.cxx
index 7dfbf737538b..a21eddc53dff 100644
--- a/autodoc/source/ary/info/all_dts.cxx
+++ b/autodoc/source/ary/info/all_dts.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.
@@ -103,3 +104,4 @@ DT_Xml::inq_IsWhite() const
} // namespace info
} // namespace ary
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/info/all_tags.cxx b/autodoc/source/ary/info/all_tags.cxx
index 76d8192690ff..5699efc5bd0f 100644
--- a/autodoc/source/ary/info/all_tags.cxx
+++ b/autodoc/source/ary/info/all_tags.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.
@@ -567,3 +568,4 @@ SinceTag::Text()
} // namespace info
} // namespace ary
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/info/ci_attag.cxx b/autodoc/source/ary/info/ci_attag.cxx
index e9afb6e106f7..73da1bebe9df 100644
--- a/autodoc/source/ary/info/ci_attag.cxx
+++ b/autodoc/source/ary/info/ci_attag.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.
@@ -91,3 +92,4 @@ AtTag::do_StoreAt( DocuDisplay & ) const
} // namespace ary
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/autodoc/source/ary/info/ci_text.cxx b/autodoc/source/ary/info/ci_text.cxx
index 12710c5fd53b..bf4aa5e7a362 100644
--- a/autodoc/source/ary/info/ci_text.cxx
+++ b/autodoc/source/ary/info/ci_text.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.
@@ -69,3 +70,4 @@ DocuText::StoreAt( DocuDisplay & o_rDisplay ) const
} // namespace ary
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */