[Libreoffice-commits] core.git: reportdesign/source sd/source sfx2/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 16 12:55:34 UTC 2020


 reportdesign/source/ui/inc/ScrollHelper.hxx |    1 -
 sd/source/ui/dlg/PaneChildWindows.cxx       |    1 -
 sfx2/source/sidebar/Deck.cxx                |    1 -
 3 files changed, 3 deletions(-)

New commits:
commit e3f70972d2f93ac87ca281ad8655d0f2c13f1f96
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jan 16 11:55:26 2020 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jan 16 13:54:59 2020 +0100

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

diff --git a/reportdesign/source/ui/inc/ScrollHelper.hxx b/reportdesign/source/ui/inc/ScrollHelper.hxx
index 119a1764bd4c..a42cd269aa98 100644
--- a/reportdesign/source/ui/inc/ScrollHelper.hxx
+++ b/reportdesign/source/ui/inc/ScrollHelper.hxx
@@ -27,7 +27,6 @@
 #include <svx/svdedtv.hxx>
 #include <cppuhelper/basemutex.hxx>
 #include <rtl/ref.hxx>
-#include <vcl/dockwin.hxx>
 #include "MarkedSection.hxx"
 #include "ReportWindow.hxx"
 
diff --git a/sd/source/ui/dlg/PaneChildWindows.cxx b/sd/source/ui/dlg/PaneChildWindows.cxx
index b44e128823bf..a40acd367d6c 100644
--- a/sd/source/ui/dlg/PaneChildWindows.cxx
+++ b/sd/source/ui/dlg/PaneChildWindows.cxx
@@ -25,7 +25,6 @@
 #include <strings.hrc>
 #include <sdresid.hxx>
 
-#include <sfx2/dockwin.hxx>
 #include <sfx2/bindings.hxx>
 #include <sfx2/dispatch.hxx>
 
diff --git a/sfx2/source/sidebar/Deck.cxx b/sfx2/source/sidebar/Deck.cxx
index 345460a03cbd..1f23749e3d4a 100644
--- a/sfx2/source/sidebar/Deck.cxx
+++ b/sfx2/source/sidebar/Deck.cxx
@@ -32,7 +32,6 @@
 
 #include <vcl/event.hxx>
 #include <comphelper/lok.hxx>
-#include <vcl/dockwin.hxx>
 #include <vcl/scrbar.hxx>
 #include <vcl/commandevent.hxx>
 #include <vcl/IDialogRenderable.hxx>


More information about the Libreoffice-commits mailing list