summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-11-20 22:43:39 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-24 15:54:25 +0100
commit147c00bae8df6ab6fe096f750e528d17a11ae93c (patch)
treecad4b1e20afaaf7e1c4380d8f9d63a812e2043af /officecfg
parent10b1babef046c686de279fefbb70aafcc2dd3d83 (diff)
[API CHANGE] Deprecate recently unused AddFeatureURL config key
last mention of it was replaced in 2023 by: commit 4af07053517ba3526d4050ffc29993a65b54352b Change-Id: I9d6f9bcf1a36784d304c3ce528587080686e2299 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159803 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Common.xcu3
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs3
2 files changed, 1 insertions, 5 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index ebfc18b4e005..0ab83f6654ba 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -33,9 +33,6 @@
</node>
<node oor:name="Help">
<node oor:name="StartCenter">
- <prop oor:name="AddFeatureURL" oor:type="xs:string">
- <value>${STARTCENTER_ADDFEATURE_URL}</value>
- </prop>
<prop oor:name="InfoURL" oor:type="xs:string">
<value>${STARTCENTER_INFO_URL}</value>
</prop>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index cba034e33fae..cf44d4bb3b1c 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3374,8 +3374,7 @@
</info>
<prop oor:name="AddFeatureURL" oor:type="xs:string" oor:nillable="false">
<info>
- <desc>Contains a string specifying the URL to be browsed for
- additional features (e.g. extensions)</desc>
+ <deprecated>Not used anymore</deprecated>
</info>
<value/>
</prop>