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

New commits:
commit 5eb3ec6cbd74eafcf2a6c44da23cfba385c44c13
Author:     Gabor Kelemen <[email protected]>
AuthorDate: Tue Apr 25 14:03:49 2023 +0200
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Sat May 6 00:40:01 2023 +0200

    [API CHANGE] Drop obsolete TemplateRepositoryURL config key
    
    Its use was removed in 2020 by
    commit 9eaaf97ab32068a619b5c36772619b7e66268800
    
    Change-Id: I47b86a9b1bf528d611fa3a79054681bd85382bb0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150989
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <[email protected]>

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 1665defdfaf7..23fa2f977764 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -39,9 +39,6 @@
       <prop oor:name="InfoURL" oor:type="xs:string">
         <value>${STARTCENTER_INFO_URL}</value>
       </prop>
-      <prop oor:name="TemplateRepositoryURL" oor:type="xs:string">
-        <value>${STARTCENTER_TEMPLREP_URL}</value>
-      </prop>
     </node>
     <prop oor:name="System">
       <value install:module="unx">UNIX</value>
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 588cf13adf77..a7f0222bcf55 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -3462,13 +3462,6 @@
           </info>
           <value/>
         </prop>
-        <prop oor:name="TemplateRepositoryURL" oor:type="xs:string" 
oor:nillable="false">
-          <info>
-            <desc>Contains a string specifying the URL to be browsed for
-            additional template documents</desc>
-          </info>
-          <value/>
-        </prop>
         <prop oor:name="StartCenterThumbnailsBackgroundColor" 
oor:type="xs:int" oor:nillable="false">
           <!-- Default 6710886 = 0x666666 as specified in tdf#90452, comment 
45 -->
           <info>
diff --git a/postprocess/CustomTarget_registry.mk 
b/postprocess/CustomTarget_registry.mk
index 8111fca4e2ab..f192cc1bcb31 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -579,7 +579,6 @@ postprocess_main_SED := \
        -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,$${STARTCENTER_TEMPLREP_URL},https://extensions.libreoffice.org/template-center/,g'
 \
        -e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),g' \
        -e 's,$${SYSTEM_LIBNUMBERTEXT_DATA},$(SYSTEM_LIBNUMBERTEXT_DATA),g' \
        -e 's,$${PRIVACY_POLICY_URL},$(PRIVACY_POLICY_URL),g' \

Reply via email to