summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-11-15 23:17:23 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-12-07 10:39:41 +0100
commit5cfac9be8a55348e7d3bc773aae5bff6b1739080 (patch)
treeb07590d670ab10e622c63cae10e848efe8383bbe /sd/source/ui/unoidl
parente70168ec88642dc4940bf6cf7ae49a97afc84916 (diff)
tdf#42949 Fix new IWYU warnings in sd/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I360874fb66c9359abf46a00116d73f87ad122168 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106083 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/DrawController.cxx2
-rw-r--r--sd/source/ui/unoidl/unodoc.cxx2
-rw-r--r--sd/source/ui/unoidl/unomodel.cxx3
3 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 201e0e7fe2d7..83a5e8f28967 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -18,7 +18,6 @@
*/
#include <DrawController.hxx>
-#include <DrawDocShell.hxx>
#include <sdpage.hxx>
#include <ViewShell.hxx>
@@ -38,7 +37,6 @@
#include <com/sun/star/drawing/framework/ModuleController.hpp>
#include <com/sun/star/drawing/XDrawSubController.hpp>
#include <com/sun/star/drawing/XLayer.hpp>
-#include <com/sun/star/lang/XInitialization.hpp>
#include <slideshow.hxx>
diff --git a/sd/source/ui/unoidl/unodoc.cxx b/sd/source/ui/unoidl/unodoc.cxx
index 44eae1c2a46b..e8fa8af3d2f4 100644
--- a/sd/source/ui/unoidl/unodoc.cxx
+++ b/sd/source/ui/unoidl/unodoc.cxx
@@ -17,10 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <rtl/ustring.hxx>
#include <sfx2/sfxmodelfactory.hxx>
#include <com/sun/star/frame/XModel.hpp>
-#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <sddll.hxx>
#include <DrawDocShell.hxx>
diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 4160a8bdc3a6..5ad1afb6c58e 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -18,7 +18,6 @@
*/
#include <memory>
-#include <boost/property_tree/json_parser.hpp>
#include <com/sun/star/presentation/XPresentation2.hpp>
@@ -46,7 +45,6 @@
#include "unopool.hxx"
#include <sfx2/lokhelper.hxx>
#include <vcl/svapp.hxx>
-#include <vcl/settings.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <editeng/UnoForbiddenCharsTable.hxx>
@@ -58,7 +56,6 @@
#include <svx/svdundo.hxx>
#include <svx/unoapi.hxx>
#include <svx/unofill.hxx>
-#include <editeng/flditem.hxx>
#include <editeng/fontitem.hxx>
#include <toolkit/awt/vclxdevice.hxx>
#include <svx/svdpool.hxx>