officecfg/registry/schema/org/openoffice/Office/Common.xcs | 31 ------------- 1 file changed, 31 deletions(-)
New commits: commit 01f9e76ed9c90244e161a7bfc30d702a5567f018 Author: Gabor Kelemen <[email protected]> AuthorDate: Thu May 4 22:35:55 2023 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Mon May 15 22:13:17 2023 +0200 [API CHANGE] Drop unused ToolboxStyle config key Unused since 2020 commit a0eab90bd1f7fc31978da3f7be0ec86781baf8bc Change-Id: Id03396022d7481ce85356207d468f5b1201df44c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151407 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 3aa092ae586e..2b6aabf31c3e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5430,25 +5430,6 @@ </info> <value/> </prop> - <prop oor:name="ToolboxStyle" oor:type="xs:short" oor:nillable="false"> - <!-- UIHints: Tools Options General View --> - <info> - <desc>Specifies which button style the toolbars should use.</desc> - </info> - <constraints> - <enumeration oor:value="0"> - <info> - <desc>3D style</desc> - </info> - </enumeration> - <enumeration oor:value="1"> - <info> - <desc>Flat style</desc> - </info> - </enumeration> - </constraints> - <value>1</value> - </prop> <prop oor:name="FormControlPilotsEnabled" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Enables/Disables the usage of AutoPilots for form commit 1ec0a53d6e07f24b3f186b5dc152b66a66af2ff1 Author: Gabor Kelemen <[email protected]> AuthorDate: Wed Apr 26 13:26:54 2023 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Mon May 15 22:13:02 2023 +0200 [API CHANGE] Drop unused Dictionaries config group Its use was removed in 2020 by commit acb1c390539730957fb509f18f469fc7f6133082 Change-Id: I48a10ab13de9fcdb1b1c5721a9be648250166f52 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151058 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 8f9115d3bac3..3aa092ae586e 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -775,18 +775,6 @@ <value>false</value> </prop> </group> - <group oor:name="Dictionaries"> - <info> - <desc>Contains settings related to dictionaries.</desc> - </info> - <prop oor:name="RepositoryURL" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>Specifies a repository URL where users can download additional - dictionaries.</desc> - </info> - <value/> - </prop> - </group> <group oor:name="Drawinglayer"> <info> <desc>Specifies settings for the Drawinglayer.</desc>
