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