summaryrefslogtreecommitdiff
path: root/jurt/com/sun/star/uno/AnyConverter.java
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/com/sun/star/uno/AnyConverter.java')
-rw-r--r--jurt/com/sun/star/uno/AnyConverter.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/jurt/com/sun/star/uno/AnyConverter.java b/jurt/com/sun/star/uno/AnyConverter.java
index 94542e6e9885..69d85c139931 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: */