diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:06:45 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 13:06:45 +0100 |
commit | 3c11769ba06acb36b1ed0e14fbe4acdbb85f8bcb (patch) | |
tree | 22ca707576d844222ce2094c47032e7ae5cf6869 /test | |
parent | d43b2489be5f0c93fbabcf3ba465027f233bbf95 (diff) |
add modelines to .hxx files as wellLIBREOFFICE_3_3_FREEZEfeature/rodatastringsfeature/pptx-export-ooxml11
Diffstat (limited to 'test')
-rw-r--r-- | test/inc/pch/precompiled_test.hxx | 3 | ||||
-rw-r--r-- | test/inc/test/detail/testdllapi.hxx | 3 | ||||
-rw-r--r-- | test/inc/test/getargument.hxx | 3 | ||||
-rw-r--r-- | test/inc/test/officeconnection.hxx | 3 | ||||
-rw-r--r-- | test/inc/test/oustringostreaminserter.hxx | 3 | ||||
-rw-r--r-- | test/inc/test/toabsolutefileurl.hxx | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/test/inc/pch/precompiled_test.hxx b/test/inc/pch/precompiled_test.hxx index d4927944f..51067ed3d 100644 --- a/test/inc/pch/precompiled_test.hxx +++ b/test/inc/pch/precompiled_test.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. * @@ -28,3 +29,5 @@ #include "sal/config.h" #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/detail/testdllapi.hxx b/test/inc/test/detail/testdllapi.hxx index 41d5b4d69..bc2231c84 100644 --- a/test/inc/test/detail/testdllapi.hxx +++ b/test/inc/test/detail/testdllapi.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. * @@ -37,3 +38,5 @@ #endif #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/getargument.hxx b/test/inc/test/getargument.hxx index 1b4df29d2..082159291 100644 --- a/test/inc/test/getargument.hxx +++ b/test/inc/test/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 @@ OOO_DLLPUBLIC_TEST bool getArgument( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/officeconnection.hxx b/test/inc/test/officeconnection.hxx index 99a319d51..b46d751f9 100644 --- a/test/inc/test/officeconnection.hxx +++ b/test/inc/test/officeconnection.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. * @@ -63,3 +64,5 @@ private: } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/oustringostreaminserter.hxx b/test/inc/test/oustringostreaminserter.hxx index 187b0ebd5..2658cad31 100644 --- a/test/inc/test/oustringostreaminserter.hxx +++ b/test/inc/test/oustringostreaminserter.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. * @@ -46,3 +47,5 @@ operator <<( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/test/inc/test/toabsolutefileurl.hxx b/test/inc/test/toabsolutefileurl.hxx index 5828a050f..fdd8a7b96 100644 --- a/test/inc/test/toabsolutefileurl.hxx +++ b/test/inc/test/toabsolutefileurl.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 toAbsoluteFileUrl( } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |