summaryrefslogtreecommitdiff
path: root/stoc/test/testcorefl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/test/testcorefl.idl')
-rw-r--r--stoc/test/testcorefl.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/stoc/test/testcorefl.idl b/stoc/test/testcorefl.idl
index 9ad7a2ab3e41..540903cb2915 100644
--- a/stoc/test/testcorefl.idl
+++ b/stoc/test/testcorefl.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.
*
@@ -89,3 +90,5 @@ module ModuleC
XInterfaceA methodD([in] ModuleA::ModuleB::EnumA aEnumA) raises (ModuleA::ExceptionA, ModuleA::ExceptionB, ModuleA::ExceptionC);
};
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */