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 | 6eb0c4895f193e4090535f3e120f4627c2b2353d (patch) | |
tree | 0a6ae5dfc35769da560fa4fc9cf9a94b393685cf /testtools/source | |
parent | 89a3d30e93602eb85b10c25b6d1b62621ffaeab2 (diff) |
add modelines to .hxx files as well
Notes
Notes:
split repo tag: testing_LIBREOFFICE_3_3_FREEZE
Diffstat (limited to 'testtools/source')
-rw-r--r-- | testtools/source/bridgetest/currentcontextchecker.hxx | 3 | ||||
-rw-r--r-- | testtools/source/bridgetest/multi.hxx | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/currentcontextchecker.hxx b/testtools/source/bridgetest/currentcontextchecker.hxx index df1a35736545..4fbcbaf65ef0 100644 --- a/testtools/source/bridgetest/currentcontextchecker.hxx +++ b/testtools/source/bridgetest/currentcontextchecker.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. @@ -69,3 +70,5 @@ private: } } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/bridgetest/multi.hxx b/testtools/source/bridgetest/multi.hxx index 14af118fe7da..3a73a6eb390a 100644 --- a/testtools/source/bridgetest/multi.hxx +++ b/testtools/source/bridgetest/multi.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. @@ -124,3 +125,5 @@ rtl::OUString testMulti( } } #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |