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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 20 10:29:31 UTC 2021


 sc/source/ui/inc/inputwin.hxx                  |    1 -
 sd/source/ui/annotations/annotationmanager.cxx |    1 -
 sd/source/ui/sidebar/MasterPagesSelector.hxx   |    1 -
 sd/source/ui/slideshow/slideshowimpl.hxx       |    1 -
 sfx2/source/view/frame.cxx                     |    1 -
 svx/source/stbctrls/zoomsliderctrl.cxx         |    1 -
 sw/source/uibase/inc/inputwin.hxx              |    1 -
 7 files changed, 7 deletions(-)

New commits:
commit a87fa0206bbcbcf9aa13ee17f6f41d34e176775e
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Feb 19 21:15:12 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Feb 20 11:28:45 2021 +0100

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

diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx
index e5556b030501..eb1e138b24e2 100644
--- a/sc/source/ui/inc/inputwin.hxx
+++ b/sc/source/ui/inc/inputwin.hxx
@@ -29,7 +29,6 @@
 #include <svl/lstner.hxx>
 #include <svtools/stringtransfer.hxx>
 #include <vcl/window.hxx>
-#include <vcl/menu.hxx>
 #include <formula/opcode.hxx>
 #include <svx/weldeditview.hxx>
 
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index ce004490037a..fdd296b92f8a 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -28,7 +28,6 @@
 #include <vcl/commandinfoprovider.hxx>
 #include <vcl/settings.hxx>
 #include <vcl/svapp.hxx>
-#include <vcl/menu.hxx>
 #include <vcl/weld.hxx>
 
 #include <sal/macros.h>
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx
index 28b7be099c5a..925fffa4f709 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.hxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx
@@ -26,7 +26,6 @@
 #include "PreviewValueSet.hxx"
 #include <sfx2/sidebar/ILayoutableWindow.hxx>
 #include <sfx2/sidebar/PanelLayout.hxx>
-#include <vcl/menu.hxx>
 
 #include <osl/mutex.hxx>
 
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx
index 193681259aa8..3561ccd5721c 100644
--- a/sd/source/ui/slideshow/slideshowimpl.hxx
+++ b/sd/source/ui/slideshow/slideshowimpl.hxx
@@ -26,7 +26,6 @@
 #include <cppuhelper/implbase.hxx>
 #include <cppuhelper/basemutex.hxx>
 #include <comphelper/interfacecontainer2.hxx>
-#include <vcl/menu.hxx>
 #include <com/sun/star/presentation/ClickAction.hpp>
 #include <com/sun/star/presentation/XSlideShowListener.hpp>
 #include <com/sun/star/presentation/XSlideShowController.hpp>
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index 24224233b964..a99e9dead483 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -26,7 +26,6 @@
 #include <com/sun/star/container/XChild.hpp>
 #include <com/sun/star/embed/XEmbeddedObject.hpp>
 
-#include <vcl/menu.hxx>
 #include <svl/intitem.hxx>
 #include <svl/stritem.hxx>
 #include <tools/svborder.hxx>
diff --git a/svx/source/stbctrls/zoomsliderctrl.cxx b/svx/source/stbctrls/zoomsliderctrl.cxx
index 9860edcc54d7..3003eaace9bf 100644
--- a/svx/source/stbctrls/zoomsliderctrl.cxx
+++ b/svx/source/stbctrls/zoomsliderctrl.cxx
@@ -19,7 +19,6 @@
 
 #include <svx/zoomsliderctrl.hxx>
 #include <vcl/status.hxx>
-#include <vcl/menu.hxx>
 #include <vcl/image.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/settings.hxx>
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index 7b74c148bb86..f4cd41508572 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -24,7 +24,6 @@
 #include <string_view>
 
 #include <vcl/InterimItemWindow.hxx>
-#include <vcl/menu.hxx>
 #include <vcl/toolbox.hxx>
 
 #include <sfx2/childwin.hxx>


More information about the Libreoffice-commits mailing list