summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/adodb/DataTypeEnum.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/adodb/DataTypeEnum.idl')
-rw-r--r--oovbaapi/ooo/vba/adodb/DataTypeEnum.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/adodb/DataTypeEnum.idl b/oovbaapi/ooo/vba/adodb/DataTypeEnum.idl
index 83741a5570b1..411611279d75 100644
--- a/oovbaapi/ooo/vba/adodb/DataTypeEnum.idl
+++ b/oovbaapi/ooo/vba/adodb/DataTypeEnum.idl
@@ -1,3 +1,11 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ */
module ooo { module vba { module adodb {
constants DataTypeEnum {
const long adArray = 8192;
@@ -42,3 +50,4 @@ module ooo { module vba { module adodb {
const long adWChar = 130;
};
}; }; };
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */