diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-30 16:02:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-30 16:02:33 +0100 |
commit | 05157ef75cf29f0a567f4ec11cb347a7cdc6a933 (patch) | |
tree | ac9ab3264f8bfe2a331e664d19fd675ab3e9b6f7 /test/inc | |
parent | e6b6b80fecace472312d6491e1919e63f13d554a (diff) |
add mode-lines
Diffstat (limited to 'test/inc')
-rw-r--r-- | test/inc/test/gettestargument.hxx | 3 | ||||
-rw-r--r-- | test/inc/test/uniquepipename.hxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/inc/test/gettestargument.hxx b/test/inc/test/gettestargument.hxx index 21b9df7a097e..4fe11147bc16 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 4b96586a0299..b66492ce271a 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: */ |