summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl')
-rw-r--r--oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl b/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
index 6ac1f08f0d1f..2f9cfd054630 100644
--- a/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
+++ b/oovbaapi/ooo/vba/access/AcExportXMLSchemaFormat.idl
@@ -1,6 +1,9 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module access {
constants AcExportXMLSchemaFormat {
const long acSchemaNone = 0;
const long acSchemaXSD = 1;
};
}; }; };
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */