summaryrefslogtreecommitdiff
path: root/jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java')
-rw-r--r--jurt/test/com/sun/star/lib/uno/environments/remote/TestWorkAt.java3
1 files changed, 3 insertions, 0 deletions
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 94e233e6f5d6..93297815cb9e 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: */