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 <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
Miklos Vajna
2016-05-05 10:04:17 +02:00
parent 72e6a1365c
commit 0c4a408228
77 changed files with 215 additions and 0 deletions

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -208,3 +209,4 @@ public class BridgeFactory implements XBridgeFactory/*, XEventListener*/ {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -147,3 +148,5 @@ public final class Acceptor implements XAcceptor {
private XAcceptor acceptor = null; private XAcceptor acceptor = null;
private String acceptingDescription; private String acceptingDescription;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -125,3 +126,5 @@ public class Connector implements XConnector {
private boolean connected = false; private boolean connected = false;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -114,3 +115,4 @@ public class ConstantInstanceProvider implements XInstanceProvider {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -90,3 +91,5 @@ final class Implementation {
private Implementation() {} // do not instantiate private Implementation() {} // do not instantiate
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -255,3 +256,4 @@ public class PipedConnection implements XConnection {
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -497,3 +498,4 @@ public class FactoryHelper {
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -435,3 +436,4 @@ public class JavaLoader implements XImplementationLoader,
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -86,3 +87,4 @@ public class JavaLoaderFactory implements XSingleServiceFactory, XServiceInfo {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -64,3 +65,5 @@ final class RegistrationClassFinder {
private static final WeakMap map = new WeakMap(); private static final WeakMap map = new WeakMap();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -657,3 +658,5 @@ public class ServiceManager implements XMultiServiceFactory,
} }
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -142,3 +143,5 @@ public class UrlResolver {
return xSingleServiceFactory; return xSingleServiceFactory;
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -206,3 +207,5 @@ public class PipeConnection implements XConnection, XConnectionBroadcaster {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -118,3 +119,5 @@ public final class pipeAcceptor implements XAcceptor {
public void stopAccepting() { public void stopAccepting() {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -115,3 +116,5 @@ public final class pipeConnector implements XConnector {
private boolean bConnected = false; private boolean bConnected = false;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -93,3 +94,5 @@ final class ConnectionDescriptor {
private int backlog = 50; private int backlog = 50;
private Boolean tcpNoDelay = null; private Boolean tcpNoDelay = null;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -231,3 +232,4 @@ public class SocketConnection implements XConnection, XConnectionBroadcaster {
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -191,3 +192,5 @@ public final class socketAcceptor implements XAcceptor {
private String acceptingDescription; private String acceptingDescription;
private Boolean tcpNoDelay; private Boolean tcpNoDelay;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -161,3 +162,5 @@ public final class socketConnector implements XConnector {
private boolean connected = false; private boolean connected = false;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -29,3 +30,5 @@ package com.sun.star.lib.uno;
*/ */
public interface Proxy { public interface Proxy {
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -38,3 +39,5 @@ public final class BridgedObject {
private BridgedObject() {} // do not instantiate private BridgedObject() {} // do not instantiate
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -193,3 +194,5 @@ final class ProxyFactory {
private final AsynchronousFinalizer asynchronousFinalizer = private final AsynchronousFinalizer asynchronousFinalizer =
new AsynchronousFinalizer(); new AsynchronousFinalizer();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -30,3 +31,5 @@ interface RequestHandler {
Object sendRequest(String oid, Type type, String operation, Object[] args) Object sendRequest(String oid, Type type, String operation, Object[] args)
throws Throwable; throws Throwable;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -72,3 +73,4 @@ class XConnectionInputStream_Adapter extends InputStream {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -85,3 +86,4 @@ class XConnectionOutputStream_Adapter extends OutputStream {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -694,3 +695,5 @@ public class java_remote_bridge
// Access to disposeListeners must be synchronized on <CODE>this</CODE>: // Access to disposeListeners must be synchronized on <CODE>this</CODE>:
private final ArrayList<DisposeListener> disposeListeners = new ArrayList<DisposeListener>(); private final ArrayList<DisposeListener> disposeListeners = new ArrayList<DisposeListener>();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -307,3 +308,5 @@ public final class java_environment implements IEnvironment {
private final Object context; private final Object context;
private final Registry proxies = new Registry(); private final Registry proxies = new Registry();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -88,3 +89,5 @@ public interface IProtocol {
void writeReply(boolean exception, ThreadId tid, Object result) void writeReply(boolean exception, ThreadId tid, Object result)
throws IOException; throws IOException;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -35,3 +36,5 @@ public interface IReceiver {
*/ */
void sendReply(boolean exception, ThreadId threadId, Object result); void sendReply(boolean exception, ThreadId threadId, Object result);
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -111,3 +112,4 @@ public interface IThreadPool {
void destroy(); void destroy();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -119,3 +120,5 @@ public class JavaThreadPool implements IThreadPool {
public void destroy() { public void destroy() {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -82,3 +83,5 @@ final class JavaThreadPoolFactory {
private static final WeakHashMap<Thread, ThreadId> threadIdMap = new WeakHashMap<Thread, ThreadId>(); private static final WeakHashMap<Thread, ThreadId> threadIdMap = new WeakHashMap<Thread, ThreadId>();
private final HashMap<ThreadId, JobQueue> jobQueues = new HashMap<ThreadId, JobQueue>(); private final HashMap<ThreadId, JobQueue> jobQueues = new HashMap<ThreadId, JobQueue>();
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -161,3 +162,5 @@ public class Job {
return e; return e;
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -377,3 +378,4 @@ public class JobQueue {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -184,3 +185,5 @@ public class Message {
private final Object result; private final Object result;
private final Object[] arguments; private final Object[] arguments;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -89,3 +90,5 @@ final class NativeThreadPool implements IThreadPool {
private final long pool; private final long pool;
private volatile Throwable dispose; private volatile Throwable dispose;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -107,3 +108,5 @@ public final class ThreadId {
private final byte[] id; private final byte[] id;
private int hash = 0; private int hash = 0;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -69,3 +70,5 @@ public final class ThreadPoolManager {
private ThreadPoolManager() {} // do not instantiate private ThreadPoolManager() {} // do not instantiate
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -61,3 +62,5 @@ public final class remote_environment implements IEnvironment {
private final Object context; private final Object context;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -109,3 +110,5 @@ final class Cache {
private Entry first = null; private Entry first = null;
private Entry last = null; private Entry last = null;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -350,3 +351,5 @@ final class Marshal {
private final Cache threadIdCache; private final Cache threadIdCache;
private final Cache typeCache; private final Cache typeCache;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -59,3 +60,5 @@ final class PendingRequests {
private final HashMap<ThreadId, Stack<Item>> map = new HashMap<ThreadId, Stack<Item>>(); // from ThreadId to Stack of Item private final HashMap<ThreadId, Stack<Item>> map = new HashMap<ThreadId, Stack<Item>>(); // from ThreadId to Stack of Item
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -472,3 +473,5 @@ final class Unmarshal {
private final TypeDescription[] typeCache; private final TypeDescription[] typeCache;
private DataInputStream input; private DataInputStream input;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -43,3 +44,5 @@ final class UrpMessage extends Message {
private final boolean internal; private final boolean internal;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -759,3 +760,5 @@ public final class urp implements IProtocol {
private final ArrayList<QueuedRelease> releaseQueue = new ArrayList<QueuedRelease>(); // of QueuedRelease private final ArrayList<QueuedRelease> releaseQueue = new ArrayList<QueuedRelease>(); // of QueuedRelease
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -110,3 +111,5 @@ public final class AsynchronousFinalizer {
private final Thread thread; private final Thread thread;
private boolean done = false; private boolean done = false;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -127,3 +128,5 @@ public final class NativeLibraryLoader {
private NativeLibraryLoader() {} // do not instantiate private NativeLibraryLoader() {} // do not instantiate
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -41,3 +42,5 @@ public final class StringHelper
return b.toString(); return b.toString();
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -89,3 +90,5 @@ public final class UrlToFileMapper {
private UrlToFileMapper() {} private UrlToFileMapper() {}
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -663,3 +664,5 @@ public class AnyConverter
"The Argument did not hold the proper type"); "The Argument did not hold the proper type");
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -37,3 +38,4 @@ public final class Ascii {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -38,3 +39,4 @@ public final class AsciiString {
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -60,3 +61,4 @@ public class MappingException extends com.sun.star.uno.RuntimeException {
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -149,3 +150,5 @@ class OWeakRefListener implements XReference
return retVal; return retVal;
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -87,3 +88,5 @@ public final class BridgeFactory_Test {
xComponent_new.dispose(); xComponent_new.dispose();
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -99,3 +100,5 @@ public final class PipedConnection_Test {
} }
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -59,3 +60,5 @@ public final class BridgedObject_Test {
} }
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -126,3 +127,5 @@ public final class ProxyFactory_Test {
private int modus = 0; private int modus = 0;
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -234,3 +235,5 @@ public final class java_remote_bridge_Test {
private static int count = 0; private static int count = 0;
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -50,3 +51,5 @@ public final class java_environment_Test {
env.getRegisteredInterface(oid[0], new Type(XInterface.class))); env.getRegisteredInterface(oid[0], new Type(XInterface.class)));
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -43,3 +44,5 @@ public final class JavaThreadPoolFactory_Test {
assertFalse(i1.equals(i2[0])); assertFalse(i1.equals(i2[0]));
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -258,3 +259,5 @@ public final class JobQueue_Test {
private static final TypeDescription __workAt_td private static final TypeDescription __workAt_td
= TypeDescription.getTypeDescription(TestIWorkAt.class); = TypeDescription.getTypeDescription(TestIWorkAt.class);
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -38,3 +39,5 @@ public interface TestIWorkAt extends XInterface {
new MethodTypeInfo("asyncCall", 3, 0) new MethodTypeInfo("asyncCall", 3, 0)
}; };
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -22,3 +23,5 @@ final class TestReceiver implements IReceiver {
public void sendReply(boolean exception, ThreadId threadId, Object result) { public void sendReply(boolean exception, ThreadId threadId, Object result) {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -76,3 +77,5 @@ class TestWorkAt implements TestIWorkAt {
return _passedAsync && (_sync_counter == MESSAGES); return _passedAsync && (_sync_counter == MESSAGES);
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -52,3 +53,5 @@ public final class ThreadId_Test {
assertArrayEquals(i1bytes, i3.getBytes()); assertArrayEquals(i1bytes, i3.getBytes());
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -432,3 +433,5 @@ public class ThreadPool_Test {
private static final TypeDescription __workAt_td private static final TypeDescription __workAt_td
= TypeDescription.getTypeDescription(TestIWorkAt.class); = TypeDescription.getTypeDescription(TestIWorkAt.class);
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -129,3 +130,5 @@ public final class Cache_Test {
} }
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -348,3 +349,5 @@ public final class Marshaling_Test {
return result; return result;
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -306,3 +307,5 @@ public final class Protocol_Test {
private final LinkedList<Object> queue = new LinkedList<Object>(); private final LinkedList<Object> queue = new LinkedList<Object>();
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -102,3 +103,4 @@ class TestBridge implements IBridge {
public void dispose() throws InterruptedException, IOException {} public void dispose() throws InterruptedException, IOException {}
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -59,3 +60,4 @@ class TestObject implements TestXInterface {
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -71,3 +72,5 @@ public final class NativeLibraryLoader_Test {
assertEquals("Files are equal", file1, file2); assertEquals("Files are equal", file1, file2);
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * 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: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -80,3 +81,5 @@ public final class UnoRuntime_EnvironmentTest {
assertFalse(UnoRuntime.areSame(iBridge_tmp, iBridge)); assertFalse(UnoRuntime.areSame(iBridge_tmp, iBridge));
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -102,3 +103,5 @@ public final class WeakReference_Test {
private final Adapter adapter = new Adapter(this); private final Adapter adapter = new Adapter(this);
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@@ -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. * This file is part of the LibreOffice project.
* *
@@ -83,3 +84,5 @@ public class UrlResolver_Test
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */