diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-21 14:42:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-22 12:21:34 +0100 |
commit | 3656a57e885065db046d774e27d0834884744a3c (patch) | |
tree | 6ab8a5805b7b096bcc35f136eaef344e837b266d /testtools | |
parent | bcc8e86a1e2e4d7067c0d8320b4bdec9f1d2a2da (diff) |
add mode lines to new files (and idls) since last run
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 3 | ||||
-rw-r--r-- | testtools/source/servicetests/TestService1.idl | 3 | ||||
-rw-r--r-- | testtools/source/servicetests/TestService2.idl | 3 | ||||
-rw-r--r-- | testtools/source/servicetests/XTestService1.idl | 3 | ||||
-rw-r--r-- | testtools/source/servicetests/XTestService2.idl | 3 | ||||
-rw-r--r-- | testtools/source/servicetests/XTestService3.idl | 3 | ||||
-rw-r--r-- | testtools/source/servicetests/XTestService4.idl | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index f4196d8fb07f..a0376ec50134 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.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. * @@ -589,3 +590,5 @@ interface XBridgeTest2 : XBridgeTest }; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/servicetests/TestService1.idl b/testtools/source/servicetests/TestService1.idl index 45e56a6f22a9..386b62e58973 100644 --- a/testtools/source/servicetests/TestService1.idl +++ b/testtools/source/servicetests/TestService1.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. * @@ -44,3 +45,5 @@ interface TestService1 { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/servicetests/TestService2.idl b/testtools/source/servicetests/TestService2.idl index 43195945bcbf..dc06f5c452ca 100644 --- a/testtools/source/servicetests/TestService2.idl +++ b/testtools/source/servicetests/TestService2.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 TestService2 { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/servicetests/XTestService1.idl b/testtools/source/servicetests/XTestService1.idl index 17fd87c0cf71..9e0d802950bd 100644 --- a/testtools/source/servicetests/XTestService1.idl +++ b/testtools/source/servicetests/XTestService1.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. * @@ -30,3 +31,5 @@ interface XTestService1: com::sun::star::uno::XInterface { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/servicetests/XTestService2.idl b/testtools/source/servicetests/XTestService2.idl index 081f0317e05f..98f48b49bad4 100644 --- a/testtools/source/servicetests/XTestService2.idl +++ b/testtools/source/servicetests/XTestService2.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. * @@ -30,3 +31,5 @@ interface XTestService2: com::sun::star::uno::XInterface { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/servicetests/XTestService3.idl b/testtools/source/servicetests/XTestService3.idl index 478454ebef8b..493426542604 100644 --- a/testtools/source/servicetests/XTestService3.idl +++ b/testtools/source/servicetests/XTestService3.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. * @@ -30,3 +31,5 @@ interface XTestService3: com::sun::star::uno::XInterface { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/testtools/source/servicetests/XTestService4.idl b/testtools/source/servicetests/XTestService4.idl index 7bae2741195c..f2d7e5b9b388 100644 --- a/testtools/source/servicetests/XTestService4.idl +++ b/testtools/source/servicetests/XTestService4.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. * @@ -30,3 +31,5 @@ interface XTestService4: com::sun::star::uno::XInterface { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |