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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 14 11:35:07 UTC 2020


 sc/source/ui/formdlg/dwfunctr.cxx                   |    1 -
 sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx  |    4 ----
 svx/source/sidebar/graphic/GraphicPropertyPanel.cxx |    2 --
 svx/source/sidebar/line/LinePropertyPanel.hxx       |    4 ----
 svx/source/sidebar/line/LinePropertyPanelBase.cxx   |    2 --
 svx/source/sidebar/paragraph/ParaPropertyPanel.cxx  |    2 --
 sw/source/uibase/sidebar/PageStylesPanel.hxx        |    2 --
 7 files changed, 17 deletions(-)

New commits:
commit 9e224ed49b47efc0695647494f5ba6a6b866aa61
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jan 14 09:35:39 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jan 14 12:34:33 2020 +0100

    remove some unneeded includes
    
    Change-Id: Ic7add88f04fb53960c4d76414fb655cb4e5040b7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86745
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/formdlg/dwfunctr.cxx b/sc/source/ui/formdlg/dwfunctr.cxx
index dd7be33c9070..8897ba8583be 100644
--- a/sc/source/ui/formdlg/dwfunctr.cxx
+++ b/sc/source/ui/formdlg/dwfunctr.cxx
@@ -21,7 +21,6 @@
 #include <editeng/editview.hxx>
 #include <sfx2/viewsh.hxx>
 #include <formula/funcvarargs.h>
-#include <vcl/fixed.hxx>
 
 #include <global.hxx>
 #include <scmod.hxx>
diff --git a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
index a1d3c4eb7461..98dd424f1a97 100644
--- a/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
+++ b/sc/source/ui/sidebar/NumberFormatPropertyPanel.cxx
@@ -21,10 +21,6 @@
 #include <sc.hrc>
 #include <sfx2/bindings.hxx>
 #include <sfx2/dispatch.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/field.hxx>
-#include <vcl/toolbox.hxx>
 #include <svl/intitem.hxx>
 #include <svl/stritem.hxx>
 #include <com/sun/star/lang/IllegalArgumentException.hpp>
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
index 2675016afabb..9709834ef5ec 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx
@@ -21,8 +21,6 @@
 #include <svx/strings.hrc>
 #include <svx/svxids.hrc>
 #include <svx/dialmgr.hxx>
-#include <vcl/field.hxx>
-#include <vcl/lstbox.hxx>
 #include <svl/intitem.hxx>
 #include <sfx2/bindings.hxx>
 #include <sfx2/dispatch.hxx>
diff --git a/svx/source/sidebar/line/LinePropertyPanel.hxx b/svx/source/sidebar/line/LinePropertyPanel.hxx
index 5ad1c850cd26..c7296cab94e0 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.hxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.hxx
@@ -20,13 +20,9 @@
 #define INCLUDED_SVX_SOURCE_SIDEBAR_LINE_LINEPROPERTYPANEL_HXX
 
 #include <svx/xdash.hxx>
-#include <vcl/ctrl.hxx>
 #include <sfx2/sidebar/SidebarPanelBase.hxx>
 #include <sfx2/sidebar/ControllerItem.hxx>
 #include <sfx2/sidebar/IContextChangeReceiver.hxx>
-#include <vcl/fixed.hxx>
-#include <vcl/field.hxx>
-#include <vcl/layout.hxx>
 #include <memory>
 #include <svx/sidebar/PanelLayout.hxx>
 #include <svx/xtable.hxx>
diff --git a/svx/source/sidebar/line/LinePropertyPanelBase.cxx b/svx/source/sidebar/line/LinePropertyPanelBase.cxx
index 743a74e453ad..75d84db0a6a5 100644
--- a/svx/source/sidebar/line/LinePropertyPanelBase.cxx
+++ b/svx/source/sidebar/line/LinePropertyPanelBase.cxx
@@ -41,8 +41,6 @@
 #include <svx/xlndsit.hxx>
 #include <vcl/svapp.hxx>
 #include <svx/xlnwtit.hxx>
-#include <vcl/lstbox.hxx>
-#include <vcl/toolbox.hxx>
 #include <svx/xlntrit.hxx>
 #include <svx/xlnstit.hxx>
 #include <svx/xlnedit.hxx>
diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
index ebc6f2d9ce87..b14ca89aebdf 100644
--- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
+++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx
@@ -24,8 +24,6 @@
 #include <sfx2/weldutils.hxx>
 #include <editeng/lrspitem.hxx>
 #include <editeng/ulspitem.hxx>
-#include <vcl/toolbox.hxx>
-#include <vcl/fixed.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/settings.hxx>
 #include <svx/svxids.hrc>
diff --git a/sw/source/uibase/sidebar/PageStylesPanel.hxx b/sw/source/uibase/sidebar/PageStylesPanel.hxx
index a3b7efde6337..bed8786a37fd 100644
--- a/sw/source/uibase/sidebar/PageStylesPanel.hxx
+++ b/sw/source/uibase/sidebar/PageStylesPanel.hxx
@@ -28,8 +28,6 @@
 
 #include <svx/pageitem.hxx>
 
-#include <vcl/fixed.hxx>
-#include <vcl/lstbox.hxx>
 #include <svl/intitem.hxx>
 #include <svl/poolitem.hxx>
 #include <svx/xbtmpit.hxx>


More information about the Libreoffice-commits mailing list