summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-21 14:42:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-09-22 12:21:34 +0100
commit3656a57e885065db046d774e27d0834884744a3c (patch)
tree6ab8a5805b7b096bcc35f136eaef344e837b266d /bridges
parentbcc8e86a1e2e4d7067c0d8320b4bdec9f1d2a2da (diff)
add mode lines to new files (and idls) since last run
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
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: */