summaryrefslogtreecommitdiff
path: root/testtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:06:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-27 13:06:45 +0100
commit6eb0c4895f193e4090535f3e120f4627c2b2353d (patch)
tree0a6ae5dfc35769da560fa4fc9cf9a94b393685cf /testtools
parent89a3d30e93602eb85b10c25b6d1b62621ffaeab2 (diff)
add modelines to .hxx files as well
Notes
split repo tag: testing_LIBREOFFICE_3_3_FREEZE
Diffstat (limited to 'testtools')
-rw-r--r--testtools/inc/pch/precompiled_testtools.hxx2
-rw-r--r--testtools/source/bridgetest/currentcontextchecker.hxx3
-rw-r--r--testtools/source/bridgetest/multi.hxx3
3 files changed, 8 insertions, 0 deletions
diff --git a/testtools/inc/pch/precompiled_testtools.hxx b/testtools/inc/pch/precompiled_testtools.hxx
index a6ac8b6591b7..aa292ceaace3 100644
--- a/testtools/inc/pch/precompiled_testtools.hxx
+++ b/testtools/inc/pch/precompiled_testtools.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.
@@ -30,3 +31,4 @@
#ifdef PRECOMPILED_HEADERS
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */