summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-13 00:18:03 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-16 09:04:29 +0200
commit7dc9fb33db45c269fece6cfec993b124491c68f6 (patch)
treec9c585ff108bceb1e026a36e55fbb5633281f1b0 /sc/source/ui/unoobj
parenttdf#112520 RTF export: write ZOrder only for toplevel shapes (diff)
downloadcore-7dc9fb33db45c269fece6cfec993b124491c68f6.tar.gz
core-7dc9fb33db45c269fece6cfec993b124491c68f6.zip
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*
Also files starting with capital letters. Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia79de45524315e2aaa1283ee6e42c54c9e14a31e Reviewed-on: https://gerrit.libreoffice.org/61735 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/confuno.cxx1
-rw-r--r--sc/source/ui/unoobj/docuno.cxx2
-rw-r--r--sc/source/ui/unoobj/unodoc.cxx1
3 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/confuno.cxx b/sc/source/ui/unoobj/confuno.cxx
index 676ed2814ffc..229730e1afc8 100644
--- a/sc/source/ui/unoobj/confuno.cxx
+++ b/sc/source/ui/unoobj/confuno.cxx
@@ -29,6 +29,7 @@
#include <docsh.hxx>
#include <miscuno.hxx>
#include <forbiuno.hxx>
+#include <appoptio.hxx>
#include <viewopti.hxx>
#include <docpool.hxx>
#include <sc.hrc>
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index 7918adcb5cc0..10c2220c22f1 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -125,6 +125,8 @@
#include <transobj.hxx>
#include <chgtrack.hxx>
#include <table.hxx>
+#include <appoptio.hxx>
+#include <formulaopt.hxx>
#include <strings.hrc>
diff --git a/sc/source/ui/unoobj/unodoc.cxx b/sc/source/ui/unoobj/unodoc.cxx
index e632de65fa69..d2cc5fd0f935 100644
--- a/sc/source/ui/unoobj/unodoc.cxx
+++ b/sc/source/ui/unoobj/unodoc.cxx
@@ -24,6 +24,7 @@
#include <appluno.hxx>
#include <scmod.hxx>
+#include <scdll.hxx>
#include <vcl/svapp.hxx>
#include <docsh.hxx>