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

New commits:
commit 8decea689985c75cbe5b302c47687d0a998772ba
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Tue Apr 25 13:19:04 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Tue May 2 21:22:11 2023 +0200

    [API CHANGE] Drop unused keys from the Scripting group
    
    OfficeBasic, its use was removed in 2020 by
    commit fbc909364c9c3964c1354169527e68446905c39b
    
    ExecutePlugins, Warning, Confirmation, their use removed by
    commit f36433c10a4be39bd5e93621ee46766c587ad57c
    
    Change-Id: Ic2bca7b8652f84a1f81141325ae520f138dbeb78
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150986
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index db00aba6f4cf..5e48191bedf9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2596,51 +2596,6 @@
           </info>
           <value/>
         </prop>
-        <prop oor:name="OfficeBasic" oor:type="xs:int" oor:nillable="false">
-          <!-- UIHints: Tools - Options - Browser -->
-          <info>
-            <desc>Determines how Office Basic scripts should be handled.</desc>
-          </info>
-          <constraints>
-            <enumeration oor:value="0">
-              <info>
-                <desc>Never</desc>
-              </info>
-            </enumeration>
-            <enumeration oor:value="1">
-              <info>
-                <desc>According to Path List</desc>
-              </info>
-            </enumeration>
-            <enumeration oor:value="2">
-              <info>
-                <desc>Always</desc>
-              </info>
-            </enumeration>
-          </constraints>
-          <value>1</value>
-        </prop>
-        <prop oor:name="ExecutePlugins" oor:type="xs:boolean" 
oor:nillable="false">
-          <info>
-            <desc>Specifies whether execution of plugins found inside a 
document
-            is allowed.</desc>
-          </info>
-          <value>true</value>
-        </prop>
-        <prop oor:name="Warning" oor:type="xs:boolean" oor:nillable="false">
-          <info>
-            <desc>Specifies whether a warning box should be displayed before
-            executing a script.</desc>
-          </info>
-          <value>false</value>
-        </prop>
-        <prop oor:name="Confirmation" oor:type="xs:boolean" 
oor:nillable="false">
-          <info>
-            <desc>Specifies whether the user must confirm before a basic script
-            can be executed.</desc>
-          </info>
-          <value>true</value>
-        </prop>
         <prop oor:name="WarnSaveOrSendDoc" oor:type="xs:boolean" 
oor:nillable="false">
           <info>
             <desc>Specifies whether to warn when saving or sending documents 
with

Reply via email to