summaryrefslogtreecommitdiffstats
path: root/bridges/test/java_uno/any/types.idl
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/java_uno/any/types.idl')
-rw-r--r--bridges/test/java_uno/any/types.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/bridges/test/java_uno/any/types.idl b/bridges/test/java_uno/any/types.idl
index a3517b451680..828201bc5196 100644
--- a/bridges/test/java_uno/any/types.idl
+++ b/bridges/test/java_uno/any/types.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -31,3 +32,5 @@ interface BaseInterface : com::sun::star::uno::XInterface {};
interface DerivedInterface : BaseInterface {};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */