officecfg/registry/schema/org/openoffice/Office/Impress.xcs |   30 ------------
 1 file changed, 30 deletions(-)

New commits:
commit 8765bd9f23bfff5736c6fa48b4e7217449ce17ec
Author:     Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
AuthorDate: Sat Nov 18 00:20:28 2023 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Nov 24 15:59:10 2023 +0100

    [API CHANGE] Drop unused Impress config keys
    
    TimeBetweenHighPriorityRequests
    TimeBetweenLowPriorityRequests
    TimeBetweenRequestsDuringShow
    
    last mention of them was removed in 2017 by:
    commit 98c4cd372bf0e9d4b5b129405f5af4562d8a0f64
    
    Change-Id: I3eab5c82a8313f1f88bb0f6c0c759d4f26a23e49
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159634
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 88166cc197ef..bf65b1b9e411 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -1478,36 +1478,6 @@
             </constraints>
             <value>ResolutionReduction</value>
           </prop>
-          <prop oor:name="TimeBetweenHighPriorityRequests" oor:type="xs:int" 
oor:nillable="false">
-            <info>
-              <desc>
-                Time in milliseconds to wait between processing
-                preview creation requests with high priority.
-              </desc>
-              <label>Time Between High Priority Requests</label>
-            </info>
-            <value>10</value>
-          </prop>
-          <prop oor:name="TimeBetweenLowPriorityRequests" oor:type="xs:int" 
oor:nillable="false">
-            <info>
-              <desc>
-                Time in milliseconds to wait between processing
-                preview creation requests with low priority.
-              </desc>
-              <label>Time Between Low Priority Requests</label>
-            </info>
-            <value>100</value>
-          </prop>
-          <prop oor:name="TimeBetweenRequestsDuringShow" oor:type="xs:int" 
oor:nillable="false">
-            <info>
-              <desc>
-                Time in milliseconds to wait between processing
-                preview creation requests when show is running.
-              </desc>
-              <label>Time Between Requests During Show</label>
-            </info>
-            <value>1000</value>
-          </prop>
         </group>
       </group>
     </group>

Reply via email to