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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 587d66b5e7 Taskpane is long gone...
587d66b5e7 is described below

commit 587d66b5e704fe774eebf96c93e5ca9cb125ef95
Author: mseidel <[email protected]>
AuthorDate: Sat Apr 26 01:22:34 2025 +0200

    Taskpane is long gone...
---
 main/sc/source/ui/app/scdll.cxx | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/main/sc/source/ui/app/scdll.cxx b/main/sc/source/ui/app/scdll.cxx
index 2383dcd8bb..81b3ddadef 100644
--- a/main/sc/source/ui/app/scdll.cxx
+++ b/main/sc/source/ui/app/scdll.cxx
@@ -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,28 +7,23 @@
  * 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.
- * 
+ *
  *************************************************************/
 
-
-
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_sc.hxx"
 
-
-
 #include <editeng/eeitem.hxx>
 
-
 #ifndef _FM_FMOBJFAC_HXX
 #include <svx/fmobjfac.hxx>
 #endif
@@ -36,7 +31,6 @@
 #include <svx/tbxcolor.hxx>
 
 #include <sot/clsids.hxx>
-#include <sfx2/taskpane.hxx>
 #include <sfx2/sidebar/SidebarChildWindow.hxx>
 #include <sfx2/docfilt.hxx>
 #include <sfx2/fcontnr.hxx>
@@ -53,7 +47,7 @@
 #include <sot/formats.hxx>
 #define SOT_FORMATSTR_ID_STARCALC_30 SOT_FORMATSTR_ID_STARCALC
 
-#include "scitems.hxx"         // fuer tbxctrls etc.
+#include "scitems.hxx" // for tbxctrls etc.
 #include "scmod.hxx"
 #include "scresid.hxx"
 #include "sc.hrc"
@@ -262,7 +256,6 @@ void ScDLL::Init()
        ::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, 
pMod );
 
     // common SFX controller
-    ::sfx2::TaskPaneWrapper::RegisterChildWindow( sal_False, pMod );
     ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(sal_False, pMod);
     
        // Svx-StatusBar-Controller

Reply via email to