summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl b/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl
index 6d8b6ebb1295..5e79c9417b0f 100644
--- a/oovbaapi/ooo/vba/excel/XlDataLabelPosition.idl
+++ b/oovbaapi/ooo/vba/excel/XlDataLabelPosition.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 XlDataLabelPosition {
const long xlLabelPositionAbove = 0;
@@ -13,3 +14,5 @@ module ooo { module vba { module excel {
const long xlLabelPositionRight = -4152;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */