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 --- codemaker/test/javamaker/java15/types.idl | 3 +++ codemaker/test/javamaker/types.idl | 3 +++ 2 files changed, 6 insertions(+) (limited to 'codemaker/test/javamaker') diff --git a/codemaker/test/javamaker/java15/types.idl b/codemaker/test/javamaker/java15/types.idl index 4c4770ead667..3244eb257201 100644 --- a/codemaker/test/javamaker/java15/types.idl +++ b/codemaker/test/javamaker/java15/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. * @@ -39,3 +40,5 @@ interface XIfc { }; }; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/codemaker/test/javamaker/types.idl b/codemaker/test/javamaker/types.idl index e2d64482db14..e0d5170c1ded 100644 --- a/codemaker/test/javamaker/types.idl +++ b/codemaker/test/javamaker/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. * @@ -422,3 +423,5 @@ singleton volatile: com::sun::star::uno::XNamingService; singleton while: com::sun::star::uno::XNamingService; }; }; }; + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit