From 7dd77a12713c0557c5826d3541e97ef6120e1d00 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 15 Dec 2015 17:22:39 +0100 Subject: Remove unused ToolPanel (aka TaskPane) Superseded by the Sidebar Change-Id: I54970d71cd9d42de4f47b223e50dd9474b40632a Reviewed-on: https://gerrit.libreoffice.org/20724 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- sc/source/ui/app/scdll.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx index 455bacc4fa82..86e21175dd09 100644 --- a/sc/source/ui/app/scdll.cxx +++ b/sc/source/ui/app/scdll.cxx @@ -24,7 +24,6 @@ #include #include -#include #include #include #include @@ -193,7 +192,6 @@ void ScDLL::Init() ::avmedia::MediaToolBoxControl::RegisterControl( SID_AVMEDIA_TOOLBOX, pMod ); // Common SFX Controller - ::sfx2::TaskPaneWrapper::RegisterChildWindow( false, pMod ); ::sfx2::sidebar::SidebarChildWindow::RegisterChildWindow(false, pMod); // SvxStatusBar Controller -- cgit