diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-23 11:21:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-24 12:28:09 +0200 |
commit | 1d61d9ae72562a03ca0d3f1649d9471862b29d74 (patch) | |
tree | 5c11b2d6f865f7d7f6f0a3788b5f87b84e4b4abc /sd/source/ui/func/bulmaper.cxx | |
parent | d365f36331874f94bbd9832fbd19ace90fafefec (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/f*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I07d78df2d5aacbdaff7344a09812db91de17d535
Reviewed-on: https://gerrit.libreoffice.org/71113
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/func/bulmaper.cxx')
-rw-r--r-- | sd/source/ui/func/bulmaper.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/func/bulmaper.cxx b/sd/source/ui/func/bulmaper.cxx index 6ba3f8ceb6bc..13bb404e4be9 100644 --- a/sd/source/ui/func/bulmaper.cxx +++ b/sd/source/ui/func/bulmaper.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svx/svxids.hrc> +#include <editeng/editids.hrc> //-> Fonts & Items #include <vcl/font.hxx> @@ -31,13 +31,9 @@ #include <editeng/shdditem.hxx> //<- Fonts & Items -#include <editeng/bulletitem.hxx> -#include <editeng/brushitem.hxx> -#include <vcl/graph.hxx> #include <svl/itemset.hxx> #include <svl/itempool.hxx> #include <editeng/numitem.hxx> -#include <editeng/eeitem.hxx> #include <bulmaper.hxx> |