diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-07 03:33:53 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-10 09:29:27 +0100 |
commit | a11c10a83f6fceae6cfb519725d06f8eaf1013fb (patch) | |
tree | 694c89e96bf9657e73bcd2039931f81c81fb713a /svx/source/tbxctrls/itemwin.cxx | |
parent | 74f0105a2c140d078932576b457a327f3d2490a6 (diff) |
tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8d8a3e13932b004678b305f9a6883062854f9201
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90140
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/tbxctrls/itemwin.cxx')
-rw-r--r-- | svx/source/tbxctrls/itemwin.cxx | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index f51110a55cd5..a294e115307e 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -21,11 +21,9 @@ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XFrame.hpp> -#include <sfx2/dispatch.hxx> -#include <sfx2/objsh.hxx> +#include <sfx2/tbxctrl.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/module.hxx> -#include <tools/urlobj.hxx> #include <vcl/event.hxx> #include <vcl/svapp.hxx> @@ -33,22 +31,11 @@ #include <svx/dialmgr.hxx> #include <svx/strings.hrc> -#include <svx/svxids.hrc> -#include <svx/xlnclit.hxx> #include <svx/xlnwtit.hxx> -#include <svx/xlineit0.hxx> -#include <svx/xlndsit.hxx> #include <svx/xtable.hxx> -#include <svx/drawitem.hxx> -#include <svx/dlgutil.hxx> #include <svx/itemwin.hxx> -#include <svx/linectrl.hxx> -#include <svtools/colorcfg.hxx> #include <svtools/unitconv.hxx> -#include <svtools/valueset.hxx> - -#include <boost/property_tree/json_parser.hpp> using namespace ::com::sun::star; using namespace ::com::sun::star::uno; |