summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/backgrnd.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-08-25 10:28:19 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-08-29 09:43:23 +0200
commit00f4595fbec8a6bfc31687ed950525ce20c68fcd (patch)
tree3ef15a3a54d90c1ff121c380bb3d35ad4fc3a1aa /cui/source/tabpages/backgrnd.cxx
parentecada6d16942f52b37f45254c341c71a62de9a11 (diff)
tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9b6fda67ef7de65cc7b468dded862cd47dfd4269 Reviewed-on: https://gerrit.libreoffice.org/78078 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'cui/source/tabpages/backgrnd.cxx')
-rw-r--r--cui/source/tabpages/backgrnd.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index c85bc63b696b..86b9ca5dfd2e 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -19,22 +19,17 @@
#include <memory>
#include <com/sun/star/drawing/FillStyle.hpp>
-#include <unotools/pathoptions.hxx>
#include <vcl/settings.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/idle.hxx>
#include <vcl/svapp.hxx>
#include <tools/urlobj.hxx>
-#include <sfx2/dialoghelper.hxx>
#include <sfx2/objsh.hxx>
-#include <sfx2/docfile.hxx>
-#include <svx/dialogs.hrc>
#include <svx/svxids.hrc>
#include <svx/strings.hrc>
#include <strings.hrc>
#include <svx/dialmgr.hxx>
-#include <editeng/memberids.h>
#include <editeng/brushitem.hxx>
#include <editeng/colritem.hxx>
@@ -48,10 +43,8 @@
#include <svx/xflclit.hxx>
#include <dialmgr.hxx>
#include <sfx2/htmlmode.hxx>
-#include <svtools/controldims.hxx>
#include <svx/flagsdef.hxx>
#include <svl/intitem.hxx>
-#include <sfx2/request.hxx>
#include <vcl/GraphicObject.hxx>
#include <svx/unobrushitemhelper.hxx>