diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-13 18:43:27 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-18 09:08:59 +0200 |
commit | e080acf2211af3f2b55cf59f04272a9a43188abe (patch) | |
tree | f347e9c079181671e3965369bb645b5a45266a6e /include/svx/tbcontrl.hxx | |
parent | 4079282731cdf276715af6571786ab75845efc15 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[t-v]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I345b8c54890b5bc27f51addd2e6e73ba68b6b327
Reviewed-on: https://gerrit.libreoffice.org/73977
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/svx/tbcontrl.hxx')
-rw-r--r-- | include/svx/tbcontrl.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index afa61b9b38b1..034bf20c1c6c 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -131,11 +131,8 @@ // ITEMID_... defines in the *.cxx #include <svl/style.hxx> -#include <svl/lstner.hxx> #include <sfx2/tbxctrl.hxx> -#include <svx/strarray.hxx> #include <svx/svxdllapi.h> -#include <com/sun/star/awt/FontDescriptor.hpp> #include <com/sun/star/frame/XSubToolbarController.hpp> #include <svtools/popupwindowcontroller.hxx> #include <svx/colorwindow.hxx> |