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

New commits:
commit 69d0be09ad81935f7da4b6f8d036c3562357d068
Author:     Gabor Kelemen <kelem...@ubuntu.com>
AuthorDate: Wed Apr 26 14:12:20 2023 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat May 6 00:41:28 2023 +0200

    [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.behr...@allotropia.de>

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

Reply via email to