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

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


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

commit ffb6c864b85bd0b97dee75a8ee80cfa70b5094d2
Author: mseidel <[email protected]>
AuthorDate: Tue Apr 22 11:29:48 2025 +0200

    Taskpane is long gone...
---
 main/sw/source/ui/app/swmodule.cxx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/main/sw/source/ui/app/swmodule.cxx 
b/main/sw/source/ui/app/swmodule.cxx
index c1d8440d4b..2f8027effd 100644
--- a/main/sw/source/ui/app/swmodule.cxx
+++ b/main/sw/source/ui/app/swmodule.cxx
@@ -135,7 +135,6 @@
 #include <modcfg.hxx>
 #include <fontcfg.hxx>
 #include <sfx2/sidebar/SidebarChildWindow.hxx>
-#include <sfx2/taskpane.hxx>
 #include <sfx2/evntconf.hxx>
 #include <sfx2/appuno.hxx>
 #include <swatrset.hxx>
@@ -466,7 +465,6 @@ void SwDLL::RegisterControls()
 
     SvxSmartTagsControl::RegisterControl(SID_OPEN_SMARTTAGMENU, pMod);
     ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(NULL, pMod);
-    ::sfx2::TaskPaneWrapper::RegisterChildWindow(NULL, pMod);
 }
 
 

Reply via email to