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/fuparagr.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/fuparagr.cxx')
-rw-r--r-- | sd/source/ui/func/fuparagr.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx index ad1e66432233..06480b5bf6a3 100644 --- a/sd/source/ui/func/fuparagr.cxx +++ b/sd/source/ui/func/fuparagr.cxx @@ -28,14 +28,11 @@ #include <editeng/lrspitem.hxx> #include <svx/svdoutl.hxx> -#include <app.hrc> #include <View.hxx> #include <ViewShell.hxx> -#include <Window.hxx> #include <drawdoc.hxx> #include <sdabstdlg.hxx> #include <sdattr.hrc> -#include <memory> namespace sd { |