summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlDirection.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlDirection.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlDirection.idl b/oovbaapi/ooo/vba/excel/XlDirection.idl
index 6c07119a4bd3..b7a7485e77e9 100644
--- a/oovbaapi/ooo/vba/excel/XlDirection.idl
+++ b/oovbaapi/ooo/vba/excel/XlDirection.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
constants XlDirection {
const long xlDown = -4121;
@@ -6,3 +7,5 @@ module ooo { module vba { module excel {
const long xlUp = -4162;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */