summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/test/java_remote/Bug98508_Test.idl3
-rw-r--r--bridges/test/java_remote/PolyStructTest.idl3
-rw-r--r--bridges/test/java_uno/acquire/types.idl3
-rw-r--r--bridges/test/java_uno/any/types.idl3
-rw-r--r--bridges/test/java_uno/equals/types.idl3
-rw-r--r--bridges/test/java_uno/nativethreadpool/types.idl3
-rw-r--r--bridges/test/test_bridge.idl3
7 files changed, 21 insertions, 0 deletions
diff --git a/bridges/test/java_remote/Bug98508_Test.idl b/bridges/test/java_remote/Bug98508_Test.idl
index f58864dd5d58..c2636b628253 100644
--- a/bridges/test/java_remote/Bug98508_Test.idl
+++ b/bridges/test/java_remote/Bug98508_Test.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.
*
@@ -26,3 +27,5 @@ struct Test98508Struct<T> { T member; };
interface Test98508Interface { Test98508Struct<long> get(); };
}; }; }; }; }; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/test/java_remote/PolyStructTest.idl b/bridges/test/java_remote/PolyStructTest.idl
index e163b0b88cae..ec9977c98a51 100644
--- a/bridges/test/java_remote/PolyStructTest.idl
+++ b/bridges/test/java_remote/PolyStructTest.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.
*
@@ -41,3 +42,5 @@ interface TestTransport {
};
}; }; }; }; }; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/test/java_uno/acquire/types.idl b/bridges/test/java_uno/acquire/types.idl
index b631c641a38a..295b52257d96 100644
--- a/bridges/test/java_uno/acquire/types.idl
+++ b/bridges/test/java_uno/acquire/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.
*
@@ -57,3 +58,5 @@ interface XTest: com::sun::star::uno::XInterface
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/test/java_uno/any/types.idl b/bridges/test/java_uno/any/types.idl
index a3517b451680..828201bc5196 100644
--- a/bridges/test/java_uno/any/types.idl
+++ b/bridges/test/java_uno/any/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.
*
@@ -31,3 +32,5 @@ interface BaseInterface : com::sun::star::uno::XInterface {};
interface DerivedInterface : BaseInterface {};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/test/java_uno/equals/types.idl b/bridges/test/java_uno/equals/types.idl
index 7d523471fa23..bd69980b6091 100644
--- a/bridges/test/java_uno/equals/types.idl
+++ b/bridges/test/java_uno/equals/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.
*
@@ -36,3 +37,5 @@ interface XTestInterface: com::sun::star::uno::XInterface
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/test/java_uno/nativethreadpool/types.idl b/bridges/test/java_uno/nativethreadpool/types.idl
index 0ec9336edcab..de8256310cd4 100644
--- a/bridges/test/java_uno/nativethreadpool/types.idl
+++ b/bridges/test/java_uno/nativethreadpool/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.
*
@@ -29,3 +30,5 @@ interface XRelay: com::sun::star::uno::XInterface {
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/bridges/test/test_bridge.idl b/bridges/test/test_bridge.idl
index 0e8b193d32a0..af87237256d7 100644
--- a/bridges/test/test_bridge.idl
+++ b/bridges/test/test_bridge.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.
*
@@ -71,3 +72,5 @@ interface XTestFactory : com::sun::star::uno::XInterface
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */