summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2012-11-06 10:28:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-06 15:04:52 +0000
commitb72a4b2329643f1944d58ce5b170b893281684e4 (patch)
treef920d20b5a19f082adaa49d10f64b87cef7cf073 /oovbaapi
parent0173235bde09e380494688d5cc936f5b07029112 (diff)
add license info
Change-Id: I56653d99e1fac5e1b7cd2a69b4b160df4b75bb5d (cherry picked from commit a7d38322d6211863024456602da1dff23a8316dd) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/adodb/DataTypeEnum.idl9
-rw-r--r--oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.idl9
2 files changed, 18 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: */
diff --git a/oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.idl b/oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.idl
index 2950921bfa00..a67ac5655d91 100644
--- a/oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.idl
+++ b/oovbaapi/ooo/vba/adodb/ParameterDirectionEnum.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 ParameterDirectionEnum {
const long adParamInput = 1;
@@ -7,3 +15,4 @@ module ooo { module vba { module adodb {
const long adParamUnknown = 0;
};
}; }; };
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */