diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 04:18:55 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-24 11:58:14 +0200 |
commit | da1425650b0c3e0921d2c9d51d461aca99038650 (patch) | |
tree | 1c7132669df2e22f378cfb29ba3de8f9f7da1695 /stoc | |
parent | 417a537d97490892b0a82918cc1122be55eb1e5d (diff) |
add missing modelines to idl files
Change-Id: If52651c70ee659c83ef127da4fe5e266cfe7eec2
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/language_binding.idl | 3 | ||||
-rw-r--r-- | stoc/test/registry_tdprovider/types.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types2_incomp.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types3_incomp.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types4_incomp.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types5.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types5_incomp.idl | 3 | ||||
-rw-r--r-- | stoc/test/tdmanager/types6_incomp.idl | 3 | ||||
-rw-r--r-- | stoc/test/testcorefl.idl | 3 | ||||
-rw-r--r-- | stoc/test/testintrosp.idl | 3 |
11 files changed, 33 insertions, 0 deletions
diff --git a/stoc/test/language_binding.idl b/stoc/test/language_binding.idl index e9ef5f8b99d1..6567f47ec898 100644 --- a/stoc/test/language_binding.idl +++ b/stoc/test/language_binding.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. * @@ -166,3 +167,5 @@ interface XLanguageBindingTest : test::XLBTestBase #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/registry_tdprovider/types.idl b/stoc/test/registry_tdprovider/types.idl index ea3339d9628a..2398c60edcc8 100644 --- a/stoc/test/registry_tdprovider/types.idl +++ b/stoc/test/registry_tdprovider/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. * @@ -101,3 +102,5 @@ published constants Consts1 { const long C = 0; }; constants Consts2 { const long C = 0; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types.idl b/stoc/test/tdmanager/types.idl index 03422117ea65..ecc0e9dde896 100644 --- a/stoc/test/tdmanager/types.idl +++ b/stoc/test/tdmanager/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. * @@ -34,3 +35,5 @@ service MyService { const long CCC = 5; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types2_incomp.idl b/stoc/test/tdmanager/types2_incomp.idl index 2e93a25d39c5..cb3b0e02c027 100644 --- a/stoc/test/tdmanager/types2_incomp.idl +++ b/stoc/test/tdmanager/types2_incomp.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. * @@ -27,3 +28,5 @@ module test { module tdmanager { const long CCC = 6; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types3_incomp.idl b/stoc/test/tdmanager/types3_incomp.idl index 8a78ef5d3350..cb2603f6ffb7 100644 --- a/stoc/test/tdmanager/types3_incomp.idl +++ b/stoc/test/tdmanager/types3_incomp.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. * @@ -22,3 +23,5 @@ module test { module tdmanager { struct Struct<T, U> { U s; long n; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types4_incomp.idl b/stoc/test/tdmanager/types4_incomp.idl index 9bbb87dbb5fb..6a5b112a6376 100644 --- a/stoc/test/tdmanager/types4_incomp.idl +++ b/stoc/test/tdmanager/types4_incomp.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 @@ service MyService { }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types5.idl b/stoc/test/tdmanager/types5.idl index 335aae3e875c..0ab924692d07 100644 --- a/stoc/test/tdmanager/types5.idl +++ b/stoc/test/tdmanager/types5.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. * @@ -34,3 +35,5 @@ service MyService { const long CCC = 5; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types5_incomp.idl b/stoc/test/tdmanager/types5_incomp.idl index 9415d4c465ab..1b23db753900 100644 --- a/stoc/test/tdmanager/types5_incomp.idl +++ b/stoc/test/tdmanager/types5_incomp.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. * @@ -32,3 +33,5 @@ service MyService { }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/tdmanager/types6_incomp.idl b/stoc/test/tdmanager/types6_incomp.idl index 6cbc89f02775..eec313d7b7d6 100644 --- a/stoc/test/tdmanager/types6_incomp.idl +++ b/stoc/test/tdmanager/types6_incomp.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. * @@ -32,3 +33,5 @@ service MyService { }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/testcorefl.idl b/stoc/test/testcorefl.idl index 9ad7a2ab3e41..540903cb2915 100644 --- a/stoc/test/testcorefl.idl +++ b/stoc/test/testcorefl.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. * @@ -89,3 +90,5 @@ module ModuleC XInterfaceA methodD([in] ModuleA::ModuleB::EnumA aEnumA) raises (ModuleA::ExceptionA, ModuleA::ExceptionB, ModuleA::ExceptionC); }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/stoc/test/testintrosp.idl b/stoc/test/testintrosp.idl index 0f7e3489a60f..7f75e7aa288a 100644 --- a/stoc/test/testintrosp.idl +++ b/stoc/test/testintrosp.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. * @@ -209,3 +210,5 @@ interface XIntroTest: com::sun::star::uno::XInterface //}; }; }; }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |