diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 21:15:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-20 11:28:45 +0100 |
commit | a87fa0206bbcbcf9aa13ee17f6f41d34e176775e (patch) | |
tree | 6e95c595768e62488b26427b3cb04cb1c203b92a | |
parent | 41fe604a2e48c8c921a29bf4240abf8929582e2e (diff) |
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@redhat.com>
-rw-r--r-- | sc/source/ui/inc/inputwin.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/annotations/annotationmanager.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.hxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/frame.cxx | 1 | ||||
-rw-r--r-- | svx/source/stbctrls/zoomsliderctrl.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/inputwin.hxx | 1 |
7 files changed, 0 insertions, 7 deletions
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> |