From 3e5b29719087d32cbb7c3c13406fd3e5251973bb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 30 Jun 2011 16:02:33 +0100 Subject: add mode-lines --- test/inc/test/gettestargument.hxx | 3 +++ test/inc/test/uniquepipename.hxx | 3 +++ test/source/cpp/getargument.hxx | 3 +++ test/source/cpp/gettestargument.cxx | 3 +++ test/source/cpp/uniquepipename.cxx | 3 +++ test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx | 3 +++ 6 files changed, 18 insertions(+) diff --git a/test/inc/test/gettestargument.hxx b/test/inc/test/gettestargument.hxx index 21b9df7a0..4fe11147b 100644 --- a/test/inc/test/gettestargument.hxx +++ b/test/inc/test/gettestargument.hxx @@ -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. @@ -44,3 +45,5 @@ OOO_DLLPUBLIC_TEST bool getTestArgument( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/uniquepipename.hxx b/test/inc/test/uniquepipename.hxx index 4b96586a0..b66492ce2 100644 --- a/test/inc/test/uniquepipename.hxx +++ b/test/inc/test/uniquepipename.hxx @@ -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. @@ -42,3 +43,5 @@ OOO_DLLPUBLIC_TEST rtl::OUString uniquePipeName(rtl::OUString const & name); } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/getargument.hxx b/test/source/cpp/getargument.hxx index 4ba7e0f47..3380fdd2e 100644 --- a/test/source/cpp/getargument.hxx +++ b/test/source/cpp/getargument.hxx @@ -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. * @@ -42,3 +43,5 @@ bool getArgument( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/gettestargument.cxx b/test/source/cpp/gettestargument.cxx index 757faa751..0bc00062e 100644 --- a/test/source/cpp/gettestargument.cxx +++ b/test/source/cpp/gettestargument.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. @@ -41,3 +42,5 @@ bool getTestArgument(rtl::OUString const & name, rtl::OUString * value) { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/uniquepipename.cxx b/test/source/cpp/uniquepipename.cxx index c7614f4f3..8cb409f62 100644 --- a/test/source/cpp/uniquepipename.cxx +++ b/test/source/cpp/uniquepipename.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. @@ -46,3 +47,5 @@ rtl::OUString uniquePipeName(rtl::OUString const & name) { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx b/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx index b6ac122b7..e58c78eaf 100644 --- a/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx +++ b/test/source/cpp/unoexceptionprotector/unoexceptionprotector.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. * @@ -116,3 +117,5 @@ extern "C" SAL_DLLPUBLIC_EXPORT CppUnit::Protector * SAL_CALL unoexceptionprotector() { return new Prot; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3