summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcSpreadSheetType.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcSpreadSheetType.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl b/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
index c4ae70297128..33dee6e5fc73 100644
--- a/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
+++ b/oovbaapi/ooo/vba/access/AcSpreadSheetType.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcSpreadSheetType {
const long acSpreadsheetTypeExcel3 = 0;
@@ -13,3 +14,5 @@ module ooo { module vba { module access {
const long acSpreadsheetTypeLotusWK4 = 7;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */