diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-12-07 00:27:50 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-12-18 10:38:21 +0100 |
commit | 8d3cec3c36ecc634ff1079aa897d5692df5c1b25 (patch) | |
tree | 7f8aed57a6888ce6bcf9f77a5f7e7b450ad785e6 /sfx2/source/appl/appuno.cxx | |
parent | 3353a39b065300194531d24b60e8312a9d83c6d8 (diff) |
tdf#42949 Fix IWYU warnings in sfx2/source/appl/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Id8d2d6f739ac3b039d4afe7d1b65119b9eb614a5
Reviewed-on: https://gerrit.libreoffice.org/84674
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sfx2/source/appl/appuno.cxx')
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 27 |
1 files changed, 3 insertions, 24 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index bfbe90dc896b..466f31e87250 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -18,48 +18,25 @@ */ #include <fltoptint.hxx> -#include <objshimp.hxx> -#include <sfx2/app.hxx> #include <sfx2/brokenpackageint.hxx> -#include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> -#include <sfx2/fcontnr.hxx> #include <sfx2/frame.hxx> -#include <sfx2/module.hxx> #include <sfx2/msg.hxx> #include <sfx2/msgpool.hxx> -#include <sfx2/objsh.hxx> -#include <sfx2/request.hxx> -#include <sfx2/sfxbasecontroller.hxx> #include <sfx2/sfxsids.hrc> #include <sfx2/sfxuno.hxx> -#include <sfx2/unoctitm.hxx> #include <sfxslots.hxx> -#include <sfxtypes.hxx> #include <sal/config.h> #include <sal/log.hxx> -#include <basic/basmgr.hxx> -#include <basic/sberrors.hxx> -#include <basic/sbmeth.hxx> -#include <basic/sbuno.hxx> -#include <basic/sbx.hxx> -#include <basic/sbxcore.hxx> -#include <basic/sbxmeth.hxx> -#include <basic/sbxobj.hxx> #include <comphelper/interaction.hxx> -#include <framework/documentundoguard.hxx> +#include <osl/diagnose.h> #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <svl/itempool.hxx> -#include <svl/lckbitem.hxx> -#include <svl/ownlist.hxx> -#include <svl/rectitem.hxx> #include <svl/slstitm.hxx> #include <svl/stritem.hxx> -#include <tools/config.hxx> #include <tools/debug.hxx> -#include <tools/urlobj.hxx> #include <cppuhelper/implbase.hxx> #include <com/sun/star/document/BrokenPackageRequest.hpp> @@ -67,7 +44,9 @@ #include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/io/XInputStream.hpp> +#include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/task/XInteractionHandler.hpp> +#include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/ucb/XContent.hpp> #include <memory> |