[Libreoffice-commits] core.git: svx/source sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 30 14:07:41 UTC 2020


 svx/source/tbxctrls/tbcontrl.cxx        |    1 -
 svx/source/tbxctrls/tbunocontroller.cxx |    2 +-
 sw/source/uibase/inc/navipi.hxx         |    1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 58dd58c37912396b0d6ebe21fcd73e2a4fffeb34
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Oct 29 21:09:20 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 30 15:06:55 2020 +0100

    don't need to include sfx2/sidebar/SidebarToolBox.hxx
    
    Change-Id: I712a7f7d32387623e47d32c9d8c0a61bd307209a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105040
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 548aced8073c..9dcd11998461 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -57,7 +57,6 @@
 #include <svx/svxids.hrc>
 #include <helpids.h>
 #include <sfx2/sidebar/Sidebar.hxx>
-#include <sfx2/sidebar/SidebarToolBox.hxx>
 #include <svx/xtable.hxx>
 #include <editeng/editids.hrc>
 #include <editeng/fontitem.hxx>
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index 57a58a583b70..ada0ada8c97e 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -35,13 +35,13 @@
 #include <svtools/ctrlbox.hxx>
 #include <svtools/toolboxcontroller.hxx>
 #include <tools/json_writer.hxx>
+#include <vcl/toolbox.hxx>
 #include <cppuhelper/queryinterface.hxx>
 #include <cppuhelper/supportsservice.hxx>
 
 #include <memory>
 
 #include <vcl/InterimItemWindow.hxx>
-#include <sfx2/sidebar/SidebarToolBox.hxx>
 
 using namespace ::com::sun::star;
 
diff --git a/sw/source/uibase/inc/navipi.hxx b/sw/source/uibase/inc/navipi.hxx
index fee94525d577..af232add07a3 100644
--- a/sw/source/uibase/inc/navipi.hxx
+++ b/sw/source/uibase/inc/navipi.hxx
@@ -26,7 +26,6 @@
 #include <sfx2/ctrlitem.hxx>
 #include <sfx2/tbxctrl.hxx>
 #include <sfx2/sidebar/ControllerItem.hxx>
-#include <sfx2/sidebar/SidebarToolBox.hxx>
 #include <sfx2/weldutils.hxx>
 #include <sfx2/sidebar/PanelLayout.hxx>
 #include "conttree.hxx"


More information about the Libreoffice-commits mailing list