summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/excel.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-09 03:35:37 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-12-17 15:41:12 +0100
commit0aff4d06e706fde2543fc0926f2e48e0c2139700 (patch)
tree611279e0288b5e0e01e36be1b1e0aad53f34e55b /sc/source/filter/excel/excel.cxx
parent75656a933e7a503f114aa64c67397cb375c9dbe8 (diff)
tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Ia155032426e02eb9ee64db3fb10946f5c9d445b7 Reviewed-on: https://gerrit.libreoffice.org/64832 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/source/filter/excel/excel.cxx')
-rw-r--r--sc/source/filter/excel/excel.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx
index c45bca6e26a8..8e63b8f4b3d0 100644
--- a/sc/source/filter/excel/excel.cxx
+++ b/sc/source/filter/excel/excel.cxx
@@ -18,31 +18,22 @@
*/
#include <sfx2/docfile.hxx>
-#include <sfx2/objsh.hxx>
-#include <sfx2/app.hxx>
#include <sfx2/frame.hxx>
-#include <sfx2/request.hxx>
#include <sfx2/sfxsids.hrc>
#include <sot/storage.hxx>
#include <sot/exchange.hxx>
#include <filter/msfilter/classids.hxx>
#include <tools/globname.hxx>
-#include <com/sun/star/beans/NamedValue.hpp>
-#include <com/sun/star/document/XFilter.hpp>
-#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/ucb/ContentCreationException.hpp>
-#include <scitems.hxx>
-#include <svl/stritem.hxx>
#include <unotools/streamwrap.hxx>
#include <filter.hxx>
#include <document.hxx>
-#include <optuno.hxx>
#include <xistream.hxx>
#include <xltools.hxx>
+#include <docoptio.hxx>
#include <docsh.hxx>
#include <scerrors.hxx>
-#include <root.hxx>
#include <imp_op.hxx>
#include <excimp8.hxx>
#include <exp_op.hxx>