diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-25 13:19:04 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-02 21:22:11 +0200 |
commit | 8decea689985c75cbe5b302c47687d0a998772ba (patch) | |
tree | 6bb8dd54834120120213cb89707cf62cf0ce79ef /officecfg | |
parent | 4b6f64f55c8a763f348ff33cca3e5a7623e87b4f (diff) |
[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.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 45 |
1 files changed, 0 insertions, 45 deletions
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 |