diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:45:07 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:58:05 +0200 |
commit | a9ce47d131a6ff07b97c45bf29b420dad471c4a8 (patch) | |
tree | 4d42799ab9a95233b6f66f5641dbea6104e57d07 /test | |
parent | 12004332f84b41f5c53a77a5d0c9c883559110c7 (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.cxx | 3 | ||||
-rw-r--r-- | test/source/cpp/getargument.cxx | 3 | ||||
-rw-r--r-- | test/source/cpp/officeconnection.cxx | 3 | ||||
-rw-r--r-- | test/source/cpp/toabsolutefileurl.cxx | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/test/inc/pch/precompiled_test.cxx b/test/inc/pch/precompiled_test.cxx index 7077411c8..f08dea15c 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 339c5c9c7..d8c33b2bf 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 b77fb59e4..88a3806e7 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 be7f2ae20..e7c97d2fb 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: */ |