summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl b/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
index 914ae1bb9101..2d7d7fc8ec2b 100644
--- a/oovbaapi/ooo/vba/excel/XlErrorBarDirection.idl
+++ b/oovbaapi/ooo/vba/excel/XlErrorBarDirection.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 XlErrorBarDirection {
const long xlX = -4168;
const long xlY = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */