summaryrefslogtreecommitdiff
path: root/cppu/qa
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 04:18:55 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:14 +0200
commitda1425650b0c3e0921d2c9d51d461aca99038650 (patch)
tree1c7132669df2e22f378cfb29ba3de8f9f7da1695 /cppu/qa
parent417a537d97490892b0a82918cc1122be55eb1e5d (diff)
add missing modelines to idl files
Change-Id: If52651c70ee659c83ef127da4fe5e266cfe7eec2
Diffstat (limited to 'cppu/qa')
-rw-r--r--cppu/qa/cppumaker/types.idl3
-rw-r--r--cppu/qa/types.idl3
2 files changed, 6 insertions, 0 deletions
diff --git a/cppu/qa/cppumaker/types.idl b/cppu/qa/cppumaker/types.idl
index f22d52fc58f0..98ed1f867f21 100644
--- a/cppu/qa/cppumaker/types.idl
+++ b/cppu/qa/cppumaker/types.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -705,3 +706,5 @@ constants Constants {
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cppu/qa/types.idl b/cppu/qa/types.idl
index 8b0ce5527271..a17b035e02b1 100644
--- a/cppu/qa/types.idl
+++ b/cppu/qa/types.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -52,3 +53,5 @@ interface Interface2a: Interface2 {};
interface Interface2b: Interface2a {};
interface Interface3 {};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */