jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java | 2 ++ jurt/com/sun/star/comp/connections/Acceptor.java | 3 +++ jurt/com/sun/star/comp/connections/Connector.java | 3 +++ jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java | 2 ++ jurt/com/sun/star/comp/connections/Implementation.java | 3 +++ jurt/com/sun/star/comp/connections/PipedConnection.java | 2 ++ jurt/com/sun/star/comp/loader/FactoryHelper.java | 2 ++ jurt/com/sun/star/comp/loader/JavaLoader.java | 2 ++ jurt/com/sun/star/comp/loader/JavaLoaderFactory.java | 2 ++ jurt/com/sun/star/comp/loader/RegistrationClassFinder.java | 3 +++ jurt/com/sun/star/comp/servicemanager/ServiceManager.java | 3 +++ jurt/com/sun/star/comp/urlresolver/UrlResolver.java | 3 +++ jurt/com/sun/star/lib/connections/pipe/PipeConnection.java | 3 +++ jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java | 3 +++ jurt/com/sun/star/lib/connections/pipe/pipeConnector.java | 3 +++ jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor.java | 3 +++ jurt/com/sun/star/lib/connections/socket/SocketConnection.java | 2 ++ jurt/com/sun/star/lib/connections/socket/socketAcceptor.java | 3 +++ jurt/com/sun/star/lib/connections/socket/socketConnector.java | 3 +++ jurt/com/sun/star/lib/uno/Proxy.java | 3 +++ jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java | 3 +++ jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java | 3 +++ jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java | 3 +++ jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java | 2 ++ jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java | 2 ++ jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java | 3 +++ jurt/com/sun/star/lib/uno/environments/java/java_environment.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/IProtocol.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java | 2 ++ jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/Job.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java | 2 ++ jurt/com/sun/star/lib/uno/environments/remote/Message.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java | 3 +++ jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java | 3 +++ jurt/com/sun/star/lib/uno/protocols/urp/Cache.java | 3 +++ jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java | 3 +++ jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.java | 3 +++ jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java | 3 +++ jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.java | 3 +++ jurt/com/sun/star/lib/uno/protocols/urp/urp.java | 3 +++ jurt/com/sun/star/lib/util/AsynchronousFinalizer.java | 3 +++ jurt/com/sun/star/lib/util/NativeLibraryLoader.java | 3 +++ jurt/com/sun/star/lib/util/StringHelper.java | 3 +++ jurt/com/sun/star/lib/util/UrlToFileMapper.java | 3 +++ jurt/com/sun/star/uno/AnyConverter.java | 3 +++ jurt/com/sun/star/uno/Ascii.java | 2 ++ jurt/com/sun/star/uno/AsciiString.java | 2 ++ jurt/com/sun/star/uno/MappingException.java | 2 ++ jurt/com/sun/star/uno/WeakReference.java | 3 +++ jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_Test.java | 3 +++ jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/java/java_environment_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test.java | 3 +++ jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge.java | 2 ++ jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject.java | 2 ++ jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test.java | 3 +++ jurt/test/com/sun/star/uno/AnyConverter_Test.java | 3 +++ jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest.java | 3 +++ jurt/test/com/sun/star/uno/WeakReference_Test.java | 3 +++ jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java | 3 +++ 77 files changed, 215 insertions(+)
New commits: commit 0c4a4082286b3ea3c11ae37a149bfde78fff7ecc Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Thu May 5 10:04:17 2016 +0200 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 <vmik...@collabora.co.uk> Tested-by: Jenkins <c...@libreoffice.org> diff --git a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java index 6146317..860701d 100644 --- a/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.java +++ b/jurt/com/sun/star/comp/bridgefactory/BridgeFactory.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. * @@ -208,3 +209,4 @@ public class BridgeFactory implements XBridgeFactory/*, XEventListener*/ { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/connections/Acceptor.java b/jurt/com/sun/star/comp/connections/Acceptor.java index 90fb55c..44d8ef3 100644 --- a/jurt/com/sun/star/comp/connections/Acceptor.java +++ b/jurt/com/sun/star/comp/connections/Acceptor.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. * @@ -147,3 +148,5 @@ public final class Acceptor implements XAcceptor { private XAcceptor acceptor = null; private String acceptingDescription; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/connections/Connector.java b/jurt/com/sun/star/comp/connections/Connector.java index f53ab4f..6ffab9e 100644 --- a/jurt/com/sun/star/comp/connections/Connector.java +++ b/jurt/com/sun/star/comp/connections/Connector.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. * @@ -125,3 +126,5 @@ public class Connector implements XConnector { private boolean connected = false; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java index a5e7284..6c2fcb2 100644 --- a/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.java +++ b/jurt/com/sun/star/comp/connections/ConstantInstanceProvider.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. * @@ -114,3 +115,4 @@ public class ConstantInstanceProvider implements XInstanceProvider { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/connections/Implementation.java b/jurt/com/sun/star/comp/connections/Implementation.java index 6dfea58..94cabe2 100644 --- a/jurt/com/sun/star/comp/connections/Implementation.java +++ b/jurt/com/sun/star/comp/connections/Implementation.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. * @@ -90,3 +91,5 @@ final class Implementation { private Implementation() {} // do not instantiate } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/connections/PipedConnection.java b/jurt/com/sun/star/comp/connections/PipedConnection.java index 7bbc3ce..eceea9a 100644 --- a/jurt/com/sun/star/comp/connections/PipedConnection.java +++ b/jurt/com/sun/star/comp/connections/PipedConnection.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. * @@ -255,3 +256,4 @@ public class PipedConnection implements XConnection { } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/loader/FactoryHelper.java b/jurt/com/sun/star/comp/loader/FactoryHelper.java index 584b9da..dce8818 100644 --- a/jurt/com/sun/star/comp/loader/FactoryHelper.java +++ b/jurt/com/sun/star/comp/loader/FactoryHelper.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. * @@ -497,3 +498,4 @@ public class FactoryHelper { } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/loader/JavaLoader.java b/jurt/com/sun/star/comp/loader/JavaLoader.java index 8caa196..6ab67b9 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoader.java +++ b/jurt/com/sun/star/comp/loader/JavaLoader.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. * @@ -435,3 +436,4 @@ public class JavaLoader implements XImplementationLoader, } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java b/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java index b72e9c6..edf4f7a 100644 --- a/jurt/com/sun/star/comp/loader/JavaLoaderFactory.java +++ b/jurt/com/sun/star/comp/loader/JavaLoaderFactory.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. * @@ -86,3 +87,4 @@ public class JavaLoaderFactory implements XSingleServiceFactory, XServiceInfo { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/loader/RegistrationClassFinder.java b/jurt/com/sun/star/comp/loader/RegistrationClassFinder.java index 8351316..e7679da 100644 --- a/jurt/com/sun/star/comp/loader/RegistrationClassFinder.java +++ b/jurt/com/sun/star/comp/loader/RegistrationClassFinder.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. * @@ -64,3 +65,5 @@ final class RegistrationClassFinder { private static final WeakMap map = new WeakMap(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java b/jurt/com/sun/star/comp/servicemanager/ServiceManager.java index 70e5d8e6..481efb7 100644 --- a/jurt/com/sun/star/comp/servicemanager/ServiceManager.java +++ b/jurt/com/sun/star/comp/servicemanager/ServiceManager.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. * @@ -657,3 +658,5 @@ public class ServiceManager implements XMultiServiceFactory, } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java b/jurt/com/sun/star/comp/urlresolver/UrlResolver.java index c080ae8..7585dab 100644 --- a/jurt/com/sun/star/comp/urlresolver/UrlResolver.java +++ b/jurt/com/sun/star/comp/urlresolver/UrlResolver.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. * @@ -142,3 +143,5 @@ public class UrlResolver { return xSingleServiceFactory; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java index d589fa5..63baaaf 100644 --- a/jurt/com/sun/star/lib/connections/pipe/PipeConnection.java +++ b/jurt/com/sun/star/lib/connections/pipe/PipeConnection.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. * @@ -206,3 +207,5 @@ public class PipeConnection implements XConnection, XConnectionBroadcaster { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java index 58400b3..983eb32 100644 --- a/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.java +++ b/jurt/com/sun/star/lib/connections/pipe/pipeAcceptor.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. * @@ -118,3 +119,5 @@ public final class pipeAcceptor implements XAcceptor { public void stopAccepting() { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java index 875e0f2..fb59aa5 100644 --- a/jurt/com/sun/star/lib/connections/pipe/pipeConnector.java +++ b/jurt/com/sun/star/lib/connections/pipe/pipeConnector.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. * @@ -115,3 +116,5 @@ public final class pipeConnector implements XConnector { private boolean bConnected = false; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor.java b/jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor.java index 4cd8e433..5a88d41 100644 --- a/jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor.java +++ b/jurt/com/sun/star/lib/connections/socket/ConnectionDescriptor.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. * @@ -93,3 +94,5 @@ final class ConnectionDescriptor { private int backlog = 50; private Boolean tcpNoDelay = null; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java b/jurt/com/sun/star/lib/connections/socket/SocketConnection.java index 4bef73b..a906496 100644 --- a/jurt/com/sun/star/lib/connections/socket/SocketConnection.java +++ b/jurt/com/sun/star/lib/connections/socket/SocketConnection.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. * @@ -231,3 +232,4 @@ public class SocketConnection implements XConnection, XConnectionBroadcaster { } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java index f9b375a..9fd8001 100644 --- a/jurt/com/sun/star/lib/connections/socket/socketAcceptor.java +++ b/jurt/com/sun/star/lib/connections/socket/socketAcceptor.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. * @@ -191,3 +192,5 @@ public final class socketAcceptor implements XAcceptor { private String acceptingDescription; private Boolean tcpNoDelay; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/connections/socket/socketConnector.java b/jurt/com/sun/star/lib/connections/socket/socketConnector.java index c169b59..4ce67ce 100644 --- a/jurt/com/sun/star/lib/connections/socket/socketConnector.java +++ b/jurt/com/sun/star/lib/connections/socket/socketConnector.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. * @@ -161,3 +162,5 @@ public final class socketConnector implements XConnector { private boolean connected = false; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/Proxy.java b/jurt/com/sun/star/lib/uno/Proxy.java index 86d2dac..7d36127 100644 --- a/jurt/com/sun/star/lib/uno/Proxy.java +++ b/jurt/com/sun/star/lib/uno/Proxy.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. * @@ -29,3 +30,5 @@ package com.sun.star.lib.uno; */ public interface Proxy { } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java index 639e9f6..0a724f05 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/BridgedObject.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. * @@ -38,3 +39,5 @@ public final class BridgedObject { private BridgedObject() {} // do not instantiate } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java index f7876ac..1b38489 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory.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. * @@ -193,3 +194,5 @@ final class ProxyFactory { private final AsynchronousFinalizer asynchronousFinalizer = new AsynchronousFinalizer(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java index cf7e6b5..d5246bf 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/RequestHandler.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. * @@ -30,3 +31,5 @@ interface RequestHandler { Object sendRequest(String oid, Type type, String operation, Object[] args) throws Throwable; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java index c09b736..8d660e8 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.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. * @@ -72,3 +73,4 @@ class XConnectionInputStream_Adapter extends InputStream { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java index 7db36af..ac198f8 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.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. * @@ -85,3 +86,4 @@ class XConnectionOutputStream_Adapter extends OutputStream { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java index f7f487a..56fc0b4 100644 --- a/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.java +++ b/jurt/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge.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. * @@ -694,3 +695,5 @@ public class java_remote_bridge // Access to disposeListeners must be synchronized on <CODE>this</CODE>: private final ArrayList<DisposeListener> disposeListeners = new ArrayList<DisposeListener>(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/java/java_environment.java b/jurt/com/sun/star/lib/uno/environments/java/java_environment.java index 654b9ad..6e6a35a 100644 --- a/jurt/com/sun/star/lib/uno/environments/java/java_environment.java +++ b/jurt/com/sun/star/lib/uno/environments/java/java_environment.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. * @@ -307,3 +308,5 @@ public final class java_environment implements IEnvironment { private final Object context; private final Registry proxies = new Registry(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IProtocol.java b/jurt/com/sun/star/lib/uno/environments/remote/IProtocol.java index f736142..c2ecbf9 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IProtocol.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IProtocol.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. * @@ -88,3 +89,5 @@ public interface IProtocol { void writeReply(boolean exception, ThreadId tid, Object result) throws IOException; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java index c0b06c5..e39ae3d 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IReceiver.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. * @@ -35,3 +36,5 @@ public interface IReceiver { */ void sendReply(boolean exception, ThreadId threadId, Object result); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java index 597313e..1de31ad 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/IThreadPool.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. * @@ -111,3 +112,4 @@ public interface IThreadPool { void destroy(); } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java index 3373c92..332306b 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPool.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. * @@ -119,3 +120,5 @@ public class JavaThreadPool implements IThreadPool { public void destroy() { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java index 9422742..181a3e1 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory.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. * @@ -82,3 +83,5 @@ final class JavaThreadPoolFactory { private static final WeakHashMap<Thread, ThreadId> threadIdMap = new WeakHashMap<Thread, ThreadId>(); private final HashMap<ThreadId, JobQueue> jobQueues = new HashMap<ThreadId, JobQueue>(); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Job.java b/jurt/com/sun/star/lib/uno/environments/remote/Job.java index a9cd28d..9dc2052 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Job.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Job.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. * @@ -161,3 +162,5 @@ public class Job { return e; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java index 57dc5fa..a4dc753 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/JobQueue.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. * @@ -377,3 +378,4 @@ public class JobQueue { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/Message.java b/jurt/com/sun/star/lib/uno/environments/remote/Message.java index e0d0774..4a6921b 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/Message.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/Message.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. * @@ -184,3 +185,5 @@ public class Message { private final Object result; private final Object[] arguments; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool.java b/jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool.java index 31e7855..f77bbb4 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/NativeThreadPool.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. * @@ -89,3 +90,5 @@ final class NativeThreadPool implements IThreadPool { private final long pool; private volatile Throwable dispose; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java b/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java index 24d1572..535d727 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/ThreadId.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. * @@ -107,3 +108,5 @@ public final class ThreadId { private final byte[] id; private int hash = 0; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java b/jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java index 9718264..2014f51 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/ThreadPoolManager.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. * @@ -69,3 +70,5 @@ public final class ThreadPoolManager { private ThreadPoolManager() {} // do not instantiate } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java b/jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java index b8d8d58..09259c8 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java +++ b/jurt/com/sun/star/lib/uno/environments/remote/remote_environment.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. * @@ -61,3 +62,5 @@ public final class remote_environment implements IEnvironment { private final Object context; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java b/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java index 544a064..26c2d44 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Cache.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Cache.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. * @@ -109,3 +110,5 @@ final class Cache { private Entry first = null; private Entry last = null; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java b/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java index c226e3a..b7425d8 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Marshal.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. * @@ -350,3 +351,5 @@ final class Marshal { private final Cache threadIdCache; private final Cache typeCache; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.java b/jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.java index 2492644..9dca51c 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/PendingRequests.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. * @@ -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 } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java b/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java index c8d14e9..2aa97d9 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/Unmarshal.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. * @@ -472,3 +473,5 @@ final class Unmarshal { private final TypeDescription[] typeCache; private DataInputStream input; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.java b/jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.java index c047a36..5b4f2fd 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/UrpMessage.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. * @@ -43,3 +44,5 @@ final class UrpMessage extends Message { private final boolean internal; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/uno/protocols/urp/urp.java b/jurt/com/sun/star/lib/uno/protocols/urp/urp.java index 3033481..7a87306 100644 --- a/jurt/com/sun/star/lib/uno/protocols/urp/urp.java +++ b/jurt/com/sun/star/lib/uno/protocols/urp/urp.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. * @@ -759,3 +760,5 @@ public final class urp implements IProtocol { private final ArrayList<QueuedRelease> releaseQueue = new ArrayList<QueuedRelease>(); // of QueuedRelease } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java b/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java index 908a53e..0e7ecc4 100644 --- a/jurt/com/sun/star/lib/util/AsynchronousFinalizer.java +++ b/jurt/com/sun/star/lib/util/AsynchronousFinalizer.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. * @@ -110,3 +111,5 @@ public final class AsynchronousFinalizer { private final Thread thread; private boolean done = false; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/util/NativeLibraryLoader.java b/jurt/com/sun/star/lib/util/NativeLibraryLoader.java index d948655..ab1eabb 100644 --- a/jurt/com/sun/star/lib/util/NativeLibraryLoader.java +++ b/jurt/com/sun/star/lib/util/NativeLibraryLoader.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. * @@ -127,3 +128,5 @@ public final class NativeLibraryLoader { private NativeLibraryLoader() {} // do not instantiate } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/util/StringHelper.java b/jurt/com/sun/star/lib/util/StringHelper.java index cbe44e2..de8b525 100644 --- a/jurt/com/sun/star/lib/util/StringHelper.java +++ b/jurt/com/sun/star/lib/util/StringHelper.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. * @@ -41,3 +42,5 @@ public final class StringHelper return b.toString(); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/lib/util/UrlToFileMapper.java b/jurt/com/sun/star/lib/util/UrlToFileMapper.java index e8d1832..131890f 100644 --- a/jurt/com/sun/star/lib/util/UrlToFileMapper.java +++ b/jurt/com/sun/star/lib/util/UrlToFileMapper.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. * @@ -89,3 +90,5 @@ public final class UrlToFileMapper { private UrlToFileMapper() {} } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java index 94542e6..69d85c1 100644 --- a/jurt/com/sun/star/uno/AnyConverter.java +++ b/jurt/com/sun/star/uno/AnyConverter.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. * @@ -663,3 +664,5 @@ public class AnyConverter "The Argument did not hold the proper type"); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/uno/Ascii.java b/jurt/com/sun/star/uno/Ascii.java index 7b294c4..65a930a 100644 --- a/jurt/com/sun/star/uno/Ascii.java +++ b/jurt/com/sun/star/uno/Ascii.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. * @@ -37,3 +38,4 @@ public final class Ascii { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/uno/AsciiString.java b/jurt/com/sun/star/uno/AsciiString.java index 5c031f4..eb06c7f 100644 --- a/jurt/com/sun/star/uno/AsciiString.java +++ b/jurt/com/sun/star/uno/AsciiString.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. * @@ -38,3 +39,4 @@ public final class AsciiString { } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/uno/MappingException.java b/jurt/com/sun/star/uno/MappingException.java index 216682a..a67ddf9 100644 --- a/jurt/com/sun/star/uno/MappingException.java +++ b/jurt/com/sun/star/uno/MappingException.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. * @@ -60,3 +61,4 @@ public class MappingException extends com.sun.star.uno.RuntimeException { } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/com/sun/star/uno/WeakReference.java b/jurt/com/sun/star/uno/WeakReference.java index 41246d6..a6b171a 100644 --- a/jurt/com/sun/star/uno/WeakReference.java +++ b/jurt/com/sun/star/uno/WeakReference.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. * @@ -149,3 +150,5 @@ class OWeakRefListener implements XReference return retVal; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_Test.java b/jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_Test.java index 8f0811b..965653b 100644 --- a/jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_Test.java +++ b/jurt/test/com/sun/star/comp/bridgefactory/BridgeFactory_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. * @@ -87,3 +88,5 @@ public final class BridgeFactory_Test { xComponent_new.dispose(); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java b/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java index 6d9027a..6cfef78 100644 --- a/jurt/test/com/sun/star/comp/connections/PipedConnection_Test.java +++ b/jurt/test/com/sun/star/comp/connections/PipedConnection_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. * @@ -99,3 +100,5 @@ public final class PipedConnection_Test { } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_Test.java b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_Test.java index 33f79b0..e7dc9c0 100644 --- a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_Test.java +++ b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/BridgedObject_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. * @@ -59,3 +60,5 @@ public final class BridgedObject_Test { } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_Test.java b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_Test.java index d8134ef..45fc02f 100644 --- a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_Test.java +++ b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ProxyFactory_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. * @@ -126,3 +127,5 @@ public final class ProxyFactory_Test { private int modus = 0; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java index 9cddad7..53e1505 100644 --- a/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_Test.java +++ b/jurt/test/com/sun/star/lib/uno/bridges/java_remote/java_remote_bridge_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. * @@ -234,3 +235,5 @@ public final class java_remote_bridge_Test { private static int count = 0; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/java/java_environment_Test.java b/jurt/test/com/sun/star/lib/uno/environments/java/java_environment_Test.java index 0b343ed..9381e2a 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/java/java_environment_Test.java +++ b/jurt/test/com/sun/star/lib/uno/environments/java/java_environment_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. * @@ -50,3 +51,5 @@ public final class java_environment_Test { env.getRegisteredInterface(oid[0], new Type(XInterface.class))); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test.java index b6d2633..2d2264f 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_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. * @@ -43,3 +44,5 @@ public final class JavaThreadPoolFactory_Test { assertFalse(i1.equals(i2[0])); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java index 23b6fa5..a63c9c7 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/JobQueue_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. * @@ -258,3 +259,5 @@ public final class JobQueue_Test { private static final TypeDescription __workAt_td = TypeDescription.getTypeDescription(TestIWorkAt.class); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt.java b/jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt.java index 1adf155..7bb71a8 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt.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. * @@ -38,3 +39,5 @@ public interface TestIWorkAt extends XInterface { new MethodTypeInfo("asyncCall", 3, 0) }; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver.java b/jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver.java index 495b741..6c8f368 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/TestReceiver.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. * @@ -22,3 +23,5 @@ final class TestReceiver implements IReceiver { public void sendReply(boolean exception, ThreadId threadId, Object result) { } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java b/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java index 94e233e..9329781 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.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. * @@ -76,3 +77,5 @@ class TestWorkAt implements TestIWorkAt { return _passedAsync && (_sync_counter == MESSAGES); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test.java index 73c3d2a..8ee7f4a 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadId_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. * @@ -52,3 +53,5 @@ public final class ThreadId_Test { assertArrayEquals(i1bytes, i3.getBytes()); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java b/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java index e3ac682..7da68db 100644 --- a/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test.java +++ b/jurt/test/com/sun/star/lib/uno/environments/remote/ThreadPool_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. * @@ -432,3 +433,5 @@ public class ThreadPool_Test { private static final TypeDescription __workAt_td = TypeDescription.getTypeDescription(TestIWorkAt.class); } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test.java b/jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test.java index 469c762..a7d9373 100644 --- a/jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_Test.java +++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/Cache_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. * @@ -129,3 +130,5 @@ public final class Cache_Test { } } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java b/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java index 17551ba..5cf5f73 100644 --- a/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_Test.java +++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/Marshaling_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. * @@ -348,3 +349,5 @@ public final class Marshaling_Test { return result; } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test.java b/jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test.java index 1ded133..cda58aa 100644 --- a/jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_Test.java +++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/Protocol_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. * @@ -306,3 +307,5 @@ public final class Protocol_Test { private final LinkedList<Object> queue = new LinkedList<Object>(); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge.java b/jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge.java index 49d6b49..acd1b39 100644 --- a/jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge.java +++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/TestBridge.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. * @@ -102,3 +103,4 @@ class TestBridge implements IBridge { public void dispose() throws InterruptedException, IOException {} } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject.java b/jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject.java index 46ce224..f36710e 100644 --- a/jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject.java +++ b/jurt/test/com/sun/star/lib/uno/protocols/urp/TestObject.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. * @@ -59,3 +60,4 @@ class TestObject implements TestXInterface { } } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test.java b/jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test.java index c48ec4f..e4101f2 100644 --- a/jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test.java +++ b/jurt/test/com/sun/star/lib/util/NativeLibraryLoader_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. * @@ -71,3 +72,5 @@ public final class NativeLibraryLoader_Test { assertEquals("Files are equal", file1, file2); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/uno/AnyConverter_Test.java b/jurt/test/com/sun/star/uno/AnyConverter_Test.java index 978e23a..faa955a 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: */ diff --git a/jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest.java b/jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest.java index 1e91a19..b10adf1 100644 --- a/jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest.java +++ b/jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest.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. * @@ -80,3 +81,5 @@ public final class UnoRuntime_EnvironmentTest { assertFalse(UnoRuntime.areSame(iBridge_tmp, iBridge)); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/test/com/sun/star/uno/WeakReference_Test.java b/jurt/test/com/sun/star/uno/WeakReference_Test.java index 73a847d..960c05d 100644 --- a/jurt/test/com/sun/star/uno/WeakReference_Test.java +++ b/jurt/test/com/sun/star/uno/WeakReference_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. * @@ -102,3 +103,5 @@ public final class WeakReference_Test { private final Adapter adapter = new Adapter(this); } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java b/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java index 4f88464..09ebec8 100644 --- a/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java +++ b/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_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. * @@ -83,3 +84,5 @@ public class UrlResolver_Test } } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits