diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-08-23 23:20:13 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-26 09:16:05 +0200 |
commit | 1ddb742aed047a745bbcd1787d0f9cfa8f0beda5 (patch) | |
tree | ba9cc27929d3fc41a4239d1a303c6ad5c6dcaa36 /sd/source/ui/remotecontrol/ImagePreparer.cxx | |
parent | 2fd083579d42d7649c162f18db235498198ff3f4 (diff) |
tdf#42949 Fix IWYU warnings in sd/source/ui/[p-t]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Idc9ca0ec1d888d3625f24b8dea4421408d2e7e7d
Reviewed-on: https://gerrit.libreoffice.org/78047
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.cxx')
-rw-r--r-- | sd/source/ui/remotecontrol/ImagePreparer.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx index fe42b2a81599..a3cdc74d4ffa 100644 --- a/sd/source/ui/remotecontrol/ImagePreparer.cxx +++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx @@ -24,19 +24,10 @@ #include <comphelper/processfactory.hxx> #include <osl/file.hxx> #include <rtl/ustrbuf.hxx> -#include <sax/tools/converter.hxx> #include <rtl/strbuf.hxx> #include <sal/log.hxx> -#include <unotools/streamwrap.hxx> - -#include <svl/itemset.hxx> -#include <sfx2/docfile.hxx> #include <com/sun/star/beans/PropertyValue.hpp> -#include <com/sun/star/container/XNameAccess.hpp> -#include <com/sun/star/document/XFilter.hpp> -#include <com/sun/star/document/XImporter.hpp> -#include <com/sun/star/document/XExporter.hpp> #include <com/sun/star/drawing/GraphicExportFilter.hpp> #include <com/sun/star/lang/XServiceName.hpp> #include <com/sun/star/presentation/XSlideShowController.hpp> |