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/PaletteManager.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/PaletteManager.cxx')
-rw-r--r-- | svx/source/tbxctrls/PaletteManager.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/PaletteManager.cxx b/svx/source/tbxctrls/PaletteManager.cxx index f8bfd20bf561..322c1e3b1647 100644 --- a/svx/source/tbxctrls/PaletteManager.cxx +++ b/svx/source/tbxctrls/PaletteManager.cxx @@ -28,13 +28,11 @@ #include <svx/svxids.hrc> #include <svx/dialmgr.hxx> #include <svx/tbxcolorupdate.hxx> -#include <vcl/toolbox.hxx> #include <svtools/colrdlg.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <stack> #include <set> -#include <cppu/unotype.hxx> #include <officecfg/Office/Common.hxx> #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/frame/XDispatch.hpp> |