diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-26 14:14:31 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-06 00:40:30 +0200 |
commit | 10d74fd12af9708b427afd927ce13a90b53b6588 (patch) | |
tree | 4b5e1ff9eee1952c9fdcc5c3a2dd78bf6b8af69d | |
parent | 5eb3ec6cbd74eafcf2a6c44da23cfba385c44c13 (diff) |
[API CHANGE] Drop unused config keys ButtonLarge, ButtonFlat
Do not seem to have been ever used since added in 2002 by
commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb
Change-Id: I64a437111d3c2d54e205de944421b05552e9600d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151060
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index a7f0222bcf55..fa9548425832 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2742,24 +2742,6 @@ <desc>Contains settings which specify how dialogs and toolbars should be displayed.</desc> </info> - <prop oor:name="ButtonLarge" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools Options - General View [Section] Buttons --> - <info> - <desc>Specifies whether toolbar buttons should be drawn large or - small. True means large.</desc> - <label>Large buttons</label> - </info> - <value>false</value> - </prop> - <prop oor:name="ButtonFlat" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools Options - General View [Section] Buttons --> - <info> - <desc>Specifies whether toolbox buttons should be drawn with a flat - or 3D design. True means flat design.</desc> - <label>Flat buttons</label> - </info> - <value>true</value> - </prop> <prop oor:name="MousePositioning" oor:type="xs:short" oor:nillable="false"> <!-- UIHints: Tools Options - General View [Section] Mouse positioning --> |