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