summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-04-20 00:48:24 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-04-22 12:10:17 +0200
commit0f7d5fd971766b1753952071eb9043794b27f4c2 (patch)
tree2a6f6adac50883dc89565348e96851eaae292cae /reportdesign/inc
parentbf317af25291c86aa410bfd30769a455ec8bce91 (diff)
tdf#42949 Fix IWYU warnings in reportdesign/*/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If8549e62de1007fccf9a5becac356f8d1ffc5090 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92513 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/ReportDefinition.hxx1
-rw-r--r--reportdesign/inc/RptDef.hxx2
-rw-r--r--reportdesign/inc/RptObject.hxx3
-rw-r--r--reportdesign/inc/UndoActions.hxx8
-rw-r--r--reportdesign/inc/UndoEnv.hxx6
-rw-r--r--reportdesign/inc/rptui_slotid.hrc2
6 files changed, 7 insertions, 15 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx
index 49dd3b4ac0fa..50973000d493 100644
--- a/reportdesign/inc/ReportDefinition.hxx
+++ b/reportdesign/inc/ReportDefinition.hxx
@@ -33,7 +33,6 @@
#include <com/sun/star/frame/XTitleChangeBroadcaster.hpp>
#include <com/sun/star/frame/XUntitledNumbers.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <com/sun/star/report/XReportDefinition.hpp>
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx
index 33de83b9e1a5..2876e97c8c19 100644
--- a/reportdesign/inc/RptDef.hxx
+++ b/reportdesign/inc/RptDef.hxx
@@ -28,7 +28,7 @@
#include "dllapi.h"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <svx/fmglob.hxx>
-#include <svx/svdobj.hxx>
+#include <svx/svdtypes.hxx>
namespace com { namespace sun { namespace star {
namespace report {
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index ee884efd3f77..652ae055af8c 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -26,11 +26,8 @@
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
-#include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/report/XReportComponent.hpp>
#include <com/sun/star/report/XSection.hpp>
-#include <svx/svdocirc.hxx>
-#include <svx/svdogrp.hxx>
#include <svx/svdoashp.hxx>
#include <map>
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index ad7277d5b652..1764f27ffb33 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -21,19 +21,11 @@
#include "dllapi.h"
-#include "RptModel.hxx"
-
-#include <com/sun/star/util/XModifyListener.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
-#include <com/sun/star/container/XNameContainer.hpp>
-#include <com/sun/star/container/ContainerEvent.hpp>
#include <com/sun/star/report/XReportDefinition.hpp>
#include <com/sun/star/report/XGroup.hpp>
-#include <com/sun/star/document/XUndoManager.hpp>
-#include <svl/lstner.hxx>
-#include <svx/svdouno.hxx>
#include <svx/svdundo.hxx>
#include <functional>
diff --git a/reportdesign/inc/UndoEnv.hxx b/reportdesign/inc/UndoEnv.hxx
index b0f3b863534a..e4630dbb02b2 100644
--- a/reportdesign/inc/UndoEnv.hxx
+++ b/reportdesign/inc/UndoEnv.hxx
@@ -22,10 +22,14 @@
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
#include <com/sun/star/beans/PropertyChangeEvent.hpp>
#include <com/sun/star/container/XContainerListener.hpp>
+#include <com/sun/star/container/XIndexAccess.hpp>
+#include <com/sun/star/util/XModifyListener.hpp>
+#include <com/sun/star/report/XSection.hpp>
-#include <cppuhelper/compbase.hxx>
#include <memory>
#include <svl/lstner.hxx>
+#include "dllapi.h"
+#include "RptPage.hxx"
namespace rptui
{
diff --git a/reportdesign/inc/rptui_slotid.hrc b/reportdesign/inc/rptui_slotid.hrc
index 39af986cf1d7..95dc0019af70 100644
--- a/reportdesign/inc/rptui_slotid.hrc
+++ b/reportdesign/inc/rptui_slotid.hrc
@@ -20,7 +20,7 @@
#ifndef INCLUDED_REPORTDESIGN_INC_RPTUI_SLOTID_HRC
#define INCLUDED_REPORTDESIGN_INC_RPTUI_SLOTID_HRC
-#include <svx/svxids.hrc>
+#include <svl/solar.hrc>
#define SID_PAGEHEADERFOOTER ( SID_RPTUI_START + 0 )
#define SID_REPORTHEADERFOOTER ( SID_RPTUI_START + 1 )