From 3656a57e885065db046d774e27d0834884744a3c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 21 Sep 2013 14:42:35 +0100 Subject: add mode lines to new files (and idls) since last run Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd --- idlc/test/const.idl | 3 +++ idlc/test/enum.idl | 3 +++ idlc/test/exception.idl | 2 ++ idlc/test/identifiers.idl | 3 +++ idlc/test/interface.idl | 3 +++ idlc/test/service.idl | 2 ++ idlc/test/singleton.idl | 2 ++ idlc/test/struct.idl | 2 ++ idlc/test/typelookup.idl | 3 +++ idlc/test/union.idl | 2 ++ 10 files changed, 25 insertions(+) (limited to 'idlc/test') diff --git a/idlc/test/const.idl b/idlc/test/const.idl index 9d2b73f95612..aeb638e22966 100644 --- a/idlc/test/const.idl +++ b/idlc/test/const.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. * @@ -66,3 +67,5 @@ constants USER }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/enum.idl b/idlc/test/enum.idl index d719abb94382..9ddbd6e7647d 100644 --- a/idlc/test/enum.idl +++ b/idlc/test/enum.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. * @@ -40,3 +41,5 @@ enum Warning }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/exception.idl b/idlc/test/exception.idl index 3b96b48f130c..cc15069f4213 100644 --- a/idlc/test/exception.idl +++ b/idlc/test/exception.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,4 @@ exception RuntimeException : BaseException }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/identifiers.idl b/idlc/test/identifiers.idl index 1c3b3ad57bba..d845b372941e 100644 --- a/idlc/test/identifiers.idl +++ b/idlc/test/identifiers.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. * @@ -38,3 +39,5 @@ struct Identifiers // long _CapsMixedAlphas_; // should be not allowed }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/interface.idl b/idlc/test/interface.idl index 8787c4d50e62..5de90a07b169 100644 --- a/idlc/test/interface.idl +++ b/idlc/test/interface.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. * @@ -66,3 +67,5 @@ interface XTestComplexTypes : XBase }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/service.idl b/idlc/test/service.idl index 8aa50cc5db49..79107f933f03 100644 --- a/idlc/test/service.idl +++ b/idlc/test/service.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. * @@ -60,3 +61,4 @@ service BetterIdlTest }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/singleton.idl b/idlc/test/singleton.idl index 2bd87e107524..e69e2900f113 100644 --- a/idlc/test/singleton.idl +++ b/idlc/test/singleton.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,4 @@ singleton SingletonTest }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/struct.idl b/idlc/test/struct.idl index 0416499c3a37..a6c53a651d93 100644 --- a/idlc/test/struct.idl +++ b/idlc/test/struct.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. * @@ -123,3 +124,4 @@ struct TestStruct : BaseStruct }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/typelookup.idl b/idlc/test/typelookup.idl index 9f177c3dad71..47932b0674a9 100644 --- a/idlc/test/typelookup.idl +++ b/idlc/test/typelookup.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. * @@ -79,3 +80,5 @@ struct TestStruct : BaseStruct }; // test }; // idlc + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/idlc/test/union.idl b/idlc/test/union.idl index 475ad8eaf757..e958d68a289d 100644 --- a/idlc/test/union.idl +++ b/idlc/test/union.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. * @@ -51,3 +52,4 @@ union U3 switch(char) { }; }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3