summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoLineStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoLineStyle.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoLineStyle.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoLineStyle.idl b/oovbaapi/ooo/vba/office/MsoLineStyle.idl
index 76dfac5d198a..1ec4e945a13a 100644
--- a/oovbaapi/ooo/vba/office/MsoLineStyle.idl
+++ b/oovbaapi/ooo/vba/office/MsoLineStyle.idl
@@ -1,3 +1,21 @@
+/*
+ * 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/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
module ooo { module vba { module office {
constants MsoLineStyle {
const long msoLineSingle = 1;
>2013-09-10changed all 'sh' language to 'sr-Latn'Eike Rathke 2013-09-04renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 relatedEike Rathke 2013-09-02We don't support Win9x anymore, remove legacy codeJesús Corrius 2013-09-02prepare to accept partial BCP47 (lll-Ssss-CC-vvvvvvvv)Eike Rathke 2013-08-31cppcheck: Array index is used before limits checkJulien Nabet 2013-08-14Unbreak Windows buildFridrich Štrba 2013-08-02let's own the packaged stuff by root:root again (fdo#67388)Petr Mladek 2013-07-31setup_native: fix creation of Solaris install scriptsGabriele Bulfon 2013-07-30put back DS_StoreSiqi LIU 2013-07-30resolve conflictsSiqi LIU 2013-07-24fdo#67258 catch error when calling mdfindChristian Lohmaier 2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl 2013-07-16Setup Firebird installation / scp2 details.Andrzej J.R. Hunt 2013-07-16fb-sdbc: installing lib and resources.Javier Fernandez 2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez 2013-07-10Use mkdtemp() so that 2 builds can package at the same time.Jan Holesovsky 2013-06-24fdo#65541: Proper EPM %requires dependencies, at least for LinuxStephan Bergmann 2013-05-14add dictionaries to ca-XV language packAndras Timar 2013-05-13add Icelandic Hunspell dictionary and thesaurusBjörgvin Ragnarsson 2013-05-07setup_native: remove Package_spellMichael Stahl 2013-04-30remove unused product variables from Windows installerAndras Timar 2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl 2013-04-03build fails with any uppercase char in the source dirCaolán McNamara