summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:45:07 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:58:05 +0200
commitf402b2f5af37b9dfa8175af8fb13f22602973f99 (patch)
tree9702ac5efc58d051e700246b2fedc2a4a89712ce /test
parent8948894606f62fc9e372d04a315073b2ee780ea1 (diff)
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 'test')
-rw-r--r--test/inc/pch/precompiled_test.cxx3
-rw-r--r--test/source/cpp/getargument.cxx3
-rw-r--r--test/source/cpp/officeconnection.cxx3
-rw-r--r--test/source/cpp/toabsolutefileurl.cxx3
4 files changed, 12 insertions, 0 deletions
diff --git a/test/inc/pch/precompiled_test.cxx b/test/inc/pch/precompiled_test.cxx
index 7077411c8fc5..f08dea15c2ab 100644
--- a/test/inc/pch/precompiled_test.cxx
+++ b/test/inc/pch/precompiled_test.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.
*
@@ -24,3 +25,5 @@
************************************************************************/
#include "precompiled_test.hxx"
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/source/cpp/getargument.cxx b/test/source/cpp/getargument.cxx
index 339c5c9c797d..d8c33b2bf011 100644
--- a/test/source/cpp/getargument.cxx
+++ b/test/source/cpp/getargument.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.
*
@@ -40,3 +41,5 @@ bool getArgument(rtl::OUString const & name, rtl::OUString * value) {
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/source/cpp/officeconnection.cxx b/test/source/cpp/officeconnection.cxx
index b77fb59e4fff..88a3806e7271 100644
--- a/test/source/cpp/officeconnection.cxx
+++ b/test/source/cpp/officeconnection.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.
*
@@ -173,3 +174,5 @@ OfficeConnection::getFactory() const {
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/source/cpp/toabsolutefileurl.cxx b/test/source/cpp/toabsolutefileurl.cxx
index be7f2ae20921..e7c97d2fb85f 100644
--- a/test/source/cpp/toabsolutefileurl.cxx
+++ b/test/source/cpp/toabsolutefileurl.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.
*
@@ -81,3 +82,5 @@ rtl::OUString toAbsoluteFileUrl(rtl::OUString const & relativePathname) {
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */