From 0c4a4082286b3ea3c11ae37a149bfde78fff7ecc Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 5 May 2016 10:04:17 +0200 Subject: jurt: add missing modelines So that it's harder to introduce tabs in those files. Change-Id: Iccaf0095fd103c4a3da44afc38f1a9d23be9863f Reviewed-on: https://gerrit.libreoffice.org/24673 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- jurt/test/com/sun/star/uno/AnyConverter_Test.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jurt/test/com/sun/star/uno/AnyConverter_Test.java') diff --git a/jurt/test/com/sun/star/uno/AnyConverter_Test.java b/jurt/test/com/sun/star/uno/AnyConverter_Test.java index 978e23a477ba..faa955a96582 100644 --- a/jurt/test/com/sun/star/uno/AnyConverter_Test.java +++ b/jurt/test/com/sun/star/uno/AnyConverter_Test.java @@ -1,3 +1,4 @@ +/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * @@ -899,3 +900,5 @@ class ATypeProvider implements com.sun.star.lang.XTypeProvider } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit