officecfg/registry/data/org/openoffice/Office/Common.xcu   |    3 +++
 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    6 ++++++
 2 files changed, 9 insertions(+)

New commits:
commit 5d8f98709150e1ce8d4b56a14a62c6a0a773f1df
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Mon Jul 15 14:40:13 2024 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jul 16 08:20:21 2024 +0200

    [cp] Disable Show Donation button
    
    In co-24.04 it's not used, but I made this change, otherwise
    we may forget.
    
    Change-Id: If653462f0d82f536caa96a6664b4e095afeae334
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170500
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu 
b/officecfg/registry/data/org/openoffice/Office/Common.xcu
index 07602ca524db..49c51818d4ef 100644
--- a/officecfg/registry/data/org/openoffice/Office/Common.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu
@@ -457,6 +457,9 @@
     <prop oor:name="PerformFileExtCheck">
       <value install:module="wnt">true</value>
     </prop>
+    <prop oor:name="ShowDonation">
+      <value>false</value>
+    </prop>
   </node>
   <node oor:name="Save">
     <node oor:name="ODF">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index a392c1af1eaf..a6f613798ff0 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5306,6 +5306,12 @@
         </info>
         <value>false</value>
       </prop>
+      <prop oor:name="ShowDonation" oor:type="xs:boolean" oor:nillable="false">
+        <info>
+          <desc>Determines whether to show a donation button in the start 
center or extension.</desc>
+        </info>
+        <value>false</value>
+      </prop>
       <prop oor:name="UseOpenCL" oor:type="xs:boolean" oor:nillable="false">
         <info>
           <desc>Determines whether OpenCL can be used, when available, to 
speed up

Reply via email to