summaryrefslogtreecommitdiffstats
path: root/jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java')
-rw-r--r--jurt/com/sun/star/lib/uno/environments/remote/remote_environment.java3
1 files changed, 3 insertions, 0 deletions
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 b8d8d58de283..09259c8cb0f5 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: */