Kaydet (Commit) a7d38322 authored tarafından Noel Power's avatar Noel Power

add license info

Change-Id: I56653d99e1fac5e1b7cd2a69b4b160df4b75bb5d
üst 2d1253b4
/* -*- 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: */
/* -*- 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: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment