summaryrefslogtreecommitdiff
path: root/test/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-30 16:02:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-30 16:02:33 +0100
commit05157ef75cf29f0a567f4ec11cb347a7cdc6a933 (patch)
treeac9ab3264f8bfe2a331e664d19fd675ab3e9b6f7 /test/inc
parente6b6b80fecace472312d6491e1919e63f13d554a (diff)
add mode-lines
Diffstat (limited to 'test/inc')
-rw-r--r--test/inc/test/gettestargument.hxx3
-rw-r--r--test/inc/test/uniquepipename.hxx3
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: */