officecfg/registry/data/org/openoffice/Office/Common.xcu      |    3 ---
 officecfg/registry/schema/org/openoffice/Office/Common.xcs    |    3 +--
 officecfg/registry/schema/org/openoffice/Office/Embedding.xcs |    5 -----
 postprocess/CustomTarget_registry.mk                          |    1 -
 4 files changed, 1 insertion(+), 11 deletions(-)

New commits:
commit e3e2bb65fa064d583c24ec5f20b748240acc99ca
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Tue Nov 21 00:59:51 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Nov 24 15:54:36 2023 +0100

    [API CHANGE] Drop unused UserFactories config group
    
    does not seem to have been mentioned since it was added in 2004 by:
    commit 98c6382021c275b5248ad2c05d7639fc353f4a42
    
    Change-Id: I908049ea107fad9a39af95f0810d0202494257fb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159805
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
index 2d3287c39be6..4cedb44bda76 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Embedding.xcs
@@ -121,11 +121,6 @@
         <desc>Contains conversion table from MimeType to ClassID. MimeType is 
used as a name for entry.</desc>
       </info>
     </group>
-    <group oor:name="UserFactories" oor:extensible="true">
-      <info>
-        <desc>List of additional factories that can be used to create embedded 
object.</desc>
-      </info>
-    </group>
     <set oor:name="ObjectNames" oor:node-type="ObjectName">
       <info>
         <desc>List of object names to be used in GUI and ClassIDs.</desc>
commit 147c00bae8df6ab6fe096f750e528d17a11ae93c
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Mon Nov 20 22:43:39 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Nov 24 15:54:25 2023 +0100

    [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.behr...@allotropia.de>

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>
diff --git a/postprocess/CustomTarget_registry.mk 
b/postprocess/CustomTarget_registry.mk
index 9e235f098b25..d4d54bf31d74 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -577,7 +577,6 @@ postprocess_main_SED := \
        -e 's,$${PRODUCTNAME},$(PRODUCTNAME),g' \
        -e 's,$${PRODUCTVERSION},$(PRODUCTVERSION),g' \
        -e 
's,$${PRODUCTEXTENSION},.$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g'
 \
-       -e 
's,$${STARTCENTER_ADDFEATURE_URL},https://extensions.libreoffice.org/,g' \
        -e 's,$${STARTCENTER_INFO_URL},https://www.libreoffice.org/,g' \
        -e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),g' \
        -e 's,$${SYSTEM_LIBNUMBERTEXT_DATA},$(SYSTEM_LIBNUMBERTEXT_DATA),g' \

Reply via email to