diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-15 22:52:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-21 13:52:11 +0100 |
commit | 1eaa1e2adeb50bb14d550e70fb77edfd2da11807 (patch) | |
tree | 1cc607ecb3ced0a3d28dd244aa84693171d0b638 /sfx2/source/sidebar/SidebarPanelBase.cxx | |
parent | 46c0dbea12bd8329aa37ca5503db12b4162ef6c6 (diff) |
tdf#42949 Fix IWYU warnings in sfx2/source/[s-v]*/*cxx and sfx2/qa
Also quickly recheck other parts of sfx2 after recent welding there
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Iff847f142557b5b253887add12c005821554ef65
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86891
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/sidebar/SidebarPanelBase.cxx')
-rw-r--r-- | sfx2/source/sidebar/SidebarPanelBase.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/SidebarPanelBase.cxx b/sfx2/source/sidebar/SidebarPanelBase.cxx index 0906dc962d57..0321b9bca3e5 100644 --- a/sfx2/source/sidebar/SidebarPanelBase.cxx +++ b/sfx2/source/sidebar/SidebarPanelBase.cxx @@ -21,7 +21,6 @@ #include <sfx2/sidebar/ILayoutableWindow.hxx> #include <sfx2/sidebar/IContextChangeReceiver.hxx> #include <sfx2/sidebar/SidebarModelUpdate.hxx> -#include <vcl/ctrl.hxx> #include <vcl/layout.hxx> #include <comphelper/processfactory.hxx> |