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 e25bd9b123 Taskpane is long gone...
e25bd9b123 is described below

commit e25bd9b1230adc82c91f708ddbec957685e5c75d
Author: mseidel <[email protected]>
AuthorDate: Sat Apr 26 11:22:07 2025 +0200

    Taskpane is long gone...
    
    (cherry picked from commit a5bf56c1d526c76e170991c6b3375aa99ef00464)
---
 main/sd/inc/sdcommands.h                        | 11 +++++------
 main/sd/sdi/ViewShellBase.sdi                   |  5 -----
 main/sd/source/ui/inc/PaneChildWindows.hxx      |  1 -
 main/sd/source/ui/view/GraphicViewShellBase.cxx |  1 -
 4 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/main/sd/inc/sdcommands.h b/main/sd/inc/sdcommands.h
index 3ddbd73542..34815b9442 100644
--- a/main/sd/inc/sdcommands.h
+++ b/main/sd/inc/sdcommands.h
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
 #ifndef SD_SDCOMMANDS_HRC
 #define SD_SDCOMMANDS_HRC
 
@@ -301,6 +300,6 @@
 #define CMD_SID_NOTES_WINDOW                        ".uno:NotesChildWindow"
 #define CMD_SID_NORMAL_MULTI_PANE_GUI               ".uno:NormalMultiPaneGUI"
 #define CMD_SID_SLIDE_SORTER_MULTI_PANE_GUI         
".uno:SlideSorterMultiPaneGUI"
-#define CMD_SID_TASK_PANE                           ".uno:TaskPaneShowPanel"
+//#define CMD_SID_TASK_PANE                           ".uno:TaskPaneShowPanel"
 
 #endif
diff --git a/main/sd/sdi/ViewShellBase.sdi b/main/sd/sdi/ViewShellBase.sdi
index b2a5e782ca..edcef848cd 100644
--- a/main/sd/sdi/ViewShellBase.sdi
+++ b/main/sd/sdi/ViewShellBase.sdi
@@ -37,11 +37,6 @@ interface ViewShellBaseView
                ExecMethod = Execute;
         StateMethod = GetState;
     ]
-    SID_TASKPANE
-    [
-               ExecMethod = Execute;
-        StateMethod = GetState;
-    ]
     SID_NOTES_WINDOW
     [
                ExecMethod = Execute;
diff --git a/main/sd/source/ui/inc/PaneChildWindows.hxx 
b/main/sd/source/ui/inc/PaneChildWindows.hxx
index 294e8243fb..496ae638ff 100644
--- a/main/sd/source/ui/inc/PaneChildWindows.hxx
+++ b/main/sd/source/ui/inc/PaneChildWindows.hxx
@@ -25,7 +25,6 @@
 #define SD_PANE_CHILD_WINDOWS_HXX
 
 #include <sfx2/childwin.hxx>
-#include <sfx2/taskpane.hxx>
 
 namespace sd {
 
diff --git a/main/sd/source/ui/view/GraphicViewShellBase.cxx 
b/main/sd/source/ui/view/GraphicViewShellBase.cxx
index 4b80d889de..c2ce6dc581 100644
--- a/main/sd/source/ui/view/GraphicViewShellBase.cxx
+++ b/main/sd/source/ui/view/GraphicViewShellBase.cxx
@@ -100,7 +100,6 @@ void GraphicViewShellBase::Execute (SfxRequest& rRequest)
             rRequest.Cancel();
             break;
 
-        case SID_TASKPANE:
         case SID_SWITCH_SHELL:
         case SID_LEFT_PANE_DRAW:
         case SID_LEFT_PANE_IMPRESS:

Reply via email to