From ec54c0c45f34ba3ec2c156311384a1c31f62a0df Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 2 Jul 2012 17:12:00 +0100 Subject: re-base on ALv2 code. --- swext/Makefile | 7 ++++ swext/mediawiki/dialogs/EditSetting.xdl | 43 +++++++++------------- swext/mediawiki/dialogs/Module1.xba | 43 +++++++++------------- swext/mediawiki/dialogs/SendToMediaWiki.xdl | 43 +++++++++------------- swext/mediawiki/dialogs/Settings.xdl | 43 +++++++++------------- swext/mediawiki/dialogs/dialog.xlb | 43 +++++++++------------- swext/mediawiki/dialogs/script.xlb | 43 +++++++++------------- swext/mediawiki/help/wiki.xhp | 38 +++++++------------ swext/mediawiki/help/wikiaccount.xhp | 38 +++++++------------ swext/mediawiki/help/wikiformats.xhp | 38 +++++++------------ swext/mediawiki/help/wikisend.xhp | 38 +++++++------------ swext/mediawiki/help/wikisettings.xhp | 38 +++++++------------ swext/mediawiki/src/components.rdb | 8 ++++ swext/mediawiki/src/description.xml | 17 +++++++++ swext/mediawiki/src/manifest.xml | 43 +++++++++------------- .../registry/data/org/openoffice/Office/Addons.xcu | 43 +++++++++------------- .../org/openoffice/Office/Custom/WikiExtension.xcu | 37 +++++++------------ .../data/org/openoffice/Office/OptionsDialog.xcu | 43 +++++++++------------- .../registry/data/org/openoffice/Office/Paths.xcu | 43 +++++++++------------- .../data/org/openoffice/Office/ProtocolHandler.xcu | 43 +++++++++------------- .../data/org/openoffice/TypeDetection/Filter.xcu | 43 +++++++++------------- .../data/org/openoffice/TypeDetection/Types.xcu | 43 +++++++++------------- .../org/openoffice/Office/Custom/WikiExtension.xcs | 37 +++++++------------ 23 files changed, 351 insertions(+), 504 deletions(-) (limited to 'swext') diff --git a/swext/Makefile b/swext/Makefile index ccb1c85a04da..0997e628485b 100644 --- a/swext/Makefile +++ b/swext/Makefile @@ -1,4 +1,11 @@ # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# 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_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) diff --git a/swext/mediawiki/dialogs/EditSetting.xdl b/swext/mediawiki/dialogs/EditSetting.xdl index fb5a103f5b7b..95d78aa9257a 100644 --- a/swext/mediawiki/dialogs/EditSetting.xdl +++ b/swext/mediawiki/dialogs/EditSetting.xdl @@ -1,31 +1,22 @@ - + diff --git a/swext/mediawiki/dialogs/Module1.xba b/swext/mediawiki/dialogs/Module1.xba index c54705ca51cd..6808d3fcdb70 100644 --- a/swext/mediawiki/dialogs/Module1.xba +++ b/swext/mediawiki/dialogs/Module1.xba @@ -1,30 +1,21 @@ - + REM ***** BASIC ***** diff --git a/swext/mediawiki/dialogs/SendToMediaWiki.xdl b/swext/mediawiki/dialogs/SendToMediaWiki.xdl index cd690c5f23ec..91d135005256 100644 --- a/swext/mediawiki/dialogs/SendToMediaWiki.xdl +++ b/swext/mediawiki/dialogs/SendToMediaWiki.xdl @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/dialogs/Settings.xdl b/swext/mediawiki/dialogs/Settings.xdl index adf818a95611..f4495bb2532a 100644 --- a/swext/mediawiki/dialogs/Settings.xdl +++ b/swext/mediawiki/dialogs/Settings.xdl @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/dialogs/dialog.xlb b/swext/mediawiki/dialogs/dialog.xlb index 3dade31769d5..43c4d7501f5b 100644 --- a/swext/mediawiki/dialogs/dialog.xlb +++ b/swext/mediawiki/dialogs/dialog.xlb @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/dialogs/script.xlb b/swext/mediawiki/dialogs/script.xlb index 5ca371402a91..986225384af9 100644 --- a/swext/mediawiki/dialogs/script.xlb +++ b/swext/mediawiki/dialogs/script.xlb @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/help/wiki.xhp b/swext/mediawiki/help/wiki.xhp index c75420c2cd21..3cd6fac432b8 100644 --- a/swext/mediawiki/help/wiki.xhp +++ b/swext/mediawiki/help/wiki.xhp @@ -1,31 +1,21 @@ - - + * 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 . +--> diff --git a/swext/mediawiki/help/wikiaccount.xhp b/swext/mediawiki/help/wikiaccount.xhp index 228a0f919405..f1f01ab9a979 100644 --- a/swext/mediawiki/help/wikiaccount.xhp +++ b/swext/mediawiki/help/wikiaccount.xhp @@ -1,31 +1,21 @@ - - + * 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 . +--> diff --git a/swext/mediawiki/help/wikiformats.xhp b/swext/mediawiki/help/wikiformats.xhp index 450625757395..f5e6ab73655e 100644 --- a/swext/mediawiki/help/wikiformats.xhp +++ b/swext/mediawiki/help/wikiformats.xhp @@ -1,31 +1,21 @@ - - + * 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 . +--> diff --git a/swext/mediawiki/help/wikisend.xhp b/swext/mediawiki/help/wikisend.xhp index f34b0e5e4377..80907be23656 100644 --- a/swext/mediawiki/help/wikisend.xhp +++ b/swext/mediawiki/help/wikisend.xhp @@ -1,31 +1,21 @@ - - + * 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 . +--> diff --git a/swext/mediawiki/help/wikisettings.xhp b/swext/mediawiki/help/wikisettings.xhp index d7994e00c931..11a32142ec4a 100644 --- a/swext/mediawiki/help/wikisettings.xhp +++ b/swext/mediawiki/help/wikisettings.xhp @@ -1,31 +1,21 @@ - - + * 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 . +--> diff --git a/swext/mediawiki/src/components.rdb b/swext/mediawiki/src/components.rdb index 816cfe673122..7cee92900d68 100644 --- a/swext/mediawiki/src/components.rdb +++ b/swext/mediawiki/src/components.rdb @@ -1,4 +1,12 @@ + diff --git a/swext/mediawiki/src/description.xml b/swext/mediawiki/src/description.xml index 6fef5ec95019..1e637bda3268 100644 --- a/swext/mediawiki/src/description.xml +++ b/swext/mediawiki/src/description.xml @@ -1,4 +1,21 @@ + diff --git a/swext/mediawiki/src/manifest.xml b/swext/mediawiki/src/manifest.xml index 2eec40697ff9..ab4d1054c32f 100644 --- a/swext/mediawiki/src/manifest.xml +++ b/swext/mediawiki/src/manifest.xml @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/Addons.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/Addons.xcu index b8e96e1f1139..854c7b94c4f7 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/Office/Addons.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/Addons.xcu @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu index 6888448380eb..c96e7a85f529 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom/WikiExtension.xcu @@ -1,30 +1,21 @@ - + * 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 . + --> diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu index 5ae52ce668f6..2b35ced08f31 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/OptionsDialog.xcu @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/Paths.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/Paths.xcu index e39bbc75471c..01763bfd66a7 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/Office/Paths.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/Paths.xcu @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/data/org/openoffice/Office/ProtocolHandler.xcu b/swext/mediawiki/src/registry/data/org/openoffice/Office/ProtocolHandler.xcu index 501c0a42548c..8337a2abcf3b 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/Office/ProtocolHandler.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/Office/ProtocolHandler.xcu @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu index d0ddad5b2a7c..a37369a4eaab 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Filter.xcu @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu index 64031b844aaf..8c864a30ce43 100644 --- a/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu +++ b/swext/mediawiki/src/registry/data/org/openoffice/TypeDetection/Types.xcu @@ -1,30 +1,21 @@ - + diff --git a/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs b/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs index d210ec999507..e17cf205b407 100644 --- a/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs +++ b/swext/mediawiki/src/registry/schema/org/openoffice/Office/Custom/WikiExtension.xcs @@ -1,30 +1,21 @@ - + * 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 . + -->