This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO41X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit efc8be0a422ec116518a233758c8176e40fa20bc Author: mseidel <[email protected]> AuthorDate: Fri Sep 26 13:23:07 2025 +0200 Simplified URL for extensions.o.o --- .../registry/data/org/openoffice/Office/ExtensionManager.xcu | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/main/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu b/main/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu index 7fb3ca6fae..bea194b8c1 100644 --- a/main/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu +++ b/main/officecfg/registry/data/org/openoffice/Office/ExtensionManager.xcu @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!--*********************************************************** - * + * * 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 @@ -8,25 +8,23 @@ * 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 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * ***********************************************************--> - - <!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd"> <oor:component-data oor:name="ExtensionManager" oor:package="org.openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry"> <node oor:name="ExtensionRepositories"> <prop oor:name="WebsiteLink"> - <value>http://extensions.services.openoffice.org/getmore?cid=920794</value> + <value>https://extensions.openoffice.org</value> </prop> </node> </oor:component-data>
