This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new a7dada61f2 Task Pane was replaced long ago by Sidebar. This commit 
(hopefully) removes the last leftover in UI.
a7dada61f2 is described below

commit a7dada61f22c8ebc2ab696450eafe0bf3edd1531
Author: mseidel <[email protected]>
AuthorDate: Sat Jan 13 11:31:40 2024 +0100

    Task Pane was replaced long ago by Sidebar.
    This commit (hopefully) removes the last leftover in UI.
    
    The code itself still needs to be removed, see:
    https://bz.apache.org/ooo/show_bug.cgi?id=122335#c4
    
    (cherry picked from commit 031f9e512f4efa906438378dfe8eb5665368d950)
---
 .../registry/data/org/openoffice/Office/UI/GenericCommands.xcu       | 5 -----
 main/starmath/uiconfig/smath/menubar/menubar.xml                     | 2 --
 2 files changed, 7 deletions(-)

diff --git 
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 766a5c118e..795c59b6ea 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -5394,11 +5394,6 @@
     </prop>
    </node>
    <node oor:name=".uno:TaskBarVisible" oor:op="replace"/>
-   <node oor:name=".uno:TaskPane" oor:op="replace">
-    <prop oor:name="Label" oor:type="xs:string">
-     <value xml:lang="en-US">Task Pane</value>
-    </prop>
-   </node>
    <node oor:name=".uno:Sidebar" oor:op="replace">
     <prop oor:name="Label" oor:type="xs:string">
      <value xml:lang="en-US">Sidebar</value>
diff --git a/main/starmath/uiconfig/smath/menubar/menubar.xml 
b/main/starmath/uiconfig/smath/menubar/menubar.xml
index 84184dbe9d..6c48e6c571 100644
--- a/main/starmath/uiconfig/smath/menubar/menubar.xml
+++ b/main/starmath/uiconfig/smath/menubar/menubar.xml
@@ -81,8 +81,6 @@
       <menu:menuitem menu:id=".uno:ShowImeStatusWindow"/>
       <menu:menuitem menu:id=".uno:ToolBox"/>
       <menu:menuseparator/>
-      <menu:menuitem menu:id=".uno:TaskPane"/>
-      <menu:menuseparator/>
       <menu:menuitem menu:id=".uno:FullScreen"/>
       <menu:menuitem menu:id=".uno:ZoomIn"/>
       <menu:menuitem menu:id=".uno:ZoomOut"/>

Reply via email to