summaryrefslogtreecommitdiff
path: root/test/inc
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 /test/inc
parent89a3d30e93602eb85b10c25b6d1b62621ffaeab2 (diff)
add modelines to .hxx files as well
Notes
split repo tag: testing_LIBREOFFICE_3_3_FREEZE
Diffstat (limited to 'test/inc')
-rw-r--r--test/inc/pch/precompiled_test.hxx3
-rw-r--r--test/inc/test/detail/testdllapi.hxx3
-rw-r--r--test/inc/test/getargument.hxx3
-rw-r--r--test/inc/test/officeconnection.hxx3
-rw-r--r--test/inc/test/oustringostreaminserter.hxx3
-rw-r--r--test/inc/test/toabsolutefileurl.hxx3
6 files changed, 18 insertions, 0 deletions
diff --git a/test/inc/pch/precompiled_test.hxx b/test/inc/pch/precompiled_test.hxx
index d4927944f9c7..51067ed3d7dd 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 41d5b4d69b8c..bc2231c84b13 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 1b4df29d2115..082159291cdb 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 99a319d51a7e..b46d751f96dd 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 187b0ebd5f83..2658cad31d67 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 5828a050fb75..fdd8a7b966d7 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: */