diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-26 14:12:20 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-06 00:41:28 +0200 |
commit | 69d0be09ad81935f7da4b6f8d036c3562357d068 (patch) | |
tree | 6b47c81a083e899155daa0f70dd8800121d7f00b | |
parent | 10d74fd12af9708b427afd927ce13a90b53b6588 (diff) |
[API CHANGE] Drop unused config group AppWindow
It was not used ever since added in 2002 by
commit 72cbd26315bf935a0d6e2c9ffcdbea7d2ada07fb
Change-Id: I3be8a020174677a6e876628307b2deb311874e67
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151059
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index fa9548425832..d6a005ec977c 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2701,42 +2701,6 @@ <value>false</value> </prop> </group> - <group oor:name="AppWindow"> - <info> - <desc>Contains settings on how the application window should be - displayed.</desc> - </info> - <prop oor:name="FullScreen" oor:type="xs:boolean" oor:nillable="false"> - <info> - <desc>Specifies whether the application window should be opened in - Fullscreen mode.</desc> - </info> - <value>false</value> - </prop> - <prop oor:name="Preference" oor:type="xs:int" oor:nillable="false"> - <info> - <desc>Specifies the preferred view of the application window.</desc> - </info> - <constraints> - <enumeration oor:value="0"> - <info> - <desc>Use last setting</desc> - </info> - </enumeration> - <enumeration oor:value="1"> - <info> - <desc>Show in task bar</desc> - </info> - </enumeration> - <enumeration oor:value="2"> - <info> - <desc>Open in Fullscreen mode</desc> - </info> - </enumeration> - </constraints> - <value>0</value> - </prop> - </group> <group oor:name="Dialog"> <info> <desc>Contains settings which specify how dialogs and toolbars should |