summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/adodb/SchemaEnum.idl')
-rw-r--r--oovbaapi/ooo/vba/adodb/SchemaEnum.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/adodb/SchemaEnum.idl b/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
index 67f00ae0bf06..17464bd8ca6a 100644
--- a/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
+++ b/oovbaapi/ooo/vba/adodb/SchemaEnum.idl
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module adodb {
constants SchemaEnum {
const long adSchemaAsserts = 0;
@@ -44,3 +45,5 @@ module ooo { module vba { module adodb {
const long adSchemaViewTableUsage = 25;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */