diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:38:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:47:03 +0100 |
commit | fa4882b94f4153c90538d7566e48aceda96bd72a (patch) | |
tree | 601f73919688d59241769e670c4f7ad021f7f44e /soltools/testSHL | |
parent | 153fc2b046f01c16bc9d3f28b2cc3e60ecb3b6b2 (diff) |
add modelines to .h files as well
Diffstat (limited to 'soltools/testSHL')
-rw-r--r-- | soltools/testSHL/inc/tlog.hxx | 3 | ||||
-rw-r--r-- | soltools/testSHL/inc/tstMgr.hxx | 2 | ||||
-rw-r--r-- | soltools/testSHL/inc/tutil.hxx | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/soltools/testSHL/inc/tlog.hxx b/soltools/testSHL/inc/tlog.hxx index c7857fd402bc..c71cc7481825 100644 --- a/soltools/testSHL/inc/tlog.hxx +++ b/soltools/testSHL/inc/tlog.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. @@ -96,3 +97,5 @@ public: } // </namespace_tstutl> #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soltools/testSHL/inc/tstMgr.hxx b/soltools/testSHL/inc/tstMgr.hxx index 208714322395..cf59edb68f46 100644 --- a/soltools/testSHL/inc/tstMgr.hxx +++ b/soltools/testSHL/inc/tstMgr.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. @@ -71,3 +72,4 @@ public: +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soltools/testSHL/inc/tutil.hxx b/soltools/testSHL/inc/tutil.hxx index 37398a72381a..76c12b314548 100644 --- a/soltools/testSHL/inc/tutil.hxx +++ b/soltools/testSHL/inc/tutil.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. @@ -47,3 +48,5 @@ sal_uInt32 ln( const sal_Char* str ); } // </namespace_tstutl> #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |