summaryrefslogtreecommitdiff
path: root/cppuhelper/test/testidlclass.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/testidlclass.cxx')
-rw-r--r--cppuhelper/test/testidlclass.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppuhelper/test/testidlclass.cxx b/cppuhelper/test/testidlclass.cxx
index 6ae238e47319..48ee84ed9101 100644
--- a/cppuhelper/test/testidlclass.cxx
+++ b/cppuhelper/test/testidlclass.cxx
@@ -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.
@@ -225,3 +226,5 @@ void testidlclass( const Reference < XMultiServiceFactory > &rSMgr)
(XServiceInfo * ) 0
);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */