summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testhelper.hxx')
-rw-r--r--cppuhelper/test/testhelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppuhelper/test/testhelper.hxx b/cppuhelper/test/testhelper.hxx
index 77119c05f0f4..a164c1c6b9f4 100644
--- a/cppuhelper/test/testhelper.hxx
+++ b/cppuhelper/test/testhelper.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.
@@ -29,3 +30,5 @@ void testPropertyTypeHelper();
void test_PropertySetHelper();
void test_ImplHelper( const ::com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactory > & xSF );
void test_interfacecontainer();
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */