From 9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 17 Mar 2017 00:41:32 +0100 Subject: [PATCH] cleanup itempool includes Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10 Reviewed-on: https://gerrit.libreoffice.org/35313 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- chart2/source/controller/drawinglayer/DrawViewWrapper.cxx | 1 + chart2/source/controller/inc/ItemConverter.hxx | 1 - chart2/source/controller/itemsetwrapper/ItemConverter.cxx | 1 + chart2/source/view/main/ChartView.cxx | 1 + cui/source/inc/cuiimapwnd.hxx | 8 ++------ cui/source/inc/iconcdlg.hxx | 4 ++-- forms/source/richtext/richtextmodel.cxx | 1 + include/editeng/unoedsrc.hxx | 1 - include/editeng/unotext.hxx | 1 - include/svx/fntctrl.hxx | 1 - include/svx/numinf.hxx | 2 +- svx/source/dialog/imapwnd.hxx | 3 ++- svx/source/unodraw/unomod.cxx | 1 + 13 files changed, 12 insertions(+), 14 deletions(-) diff --git a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx index 50808b5825da..11939212e5cd 100644 --- a/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx +++ b/chart2/source/controller/drawinglayer/DrawViewWrapper.cxx @@ -24,6 +24,7 @@ #include #include +#include #include #include #include diff --git a/chart2/source/controller/inc/ItemConverter.hxx b/chart2/source/controller/inc/ItemConverter.hxx index 53ddfb1c4aa9..7e791de8eac4 100644 --- a/chart2/source/controller/inc/ItemConverter.hxx +++ b/chart2/source/controller/inc/ItemConverter.hxx @@ -20,7 +20,6 @@ #define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMCONVERTER_HXX #include -#include #include #include diff --git a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx index c889873d751f..a462d20cf88f 100644 --- a/chart2/source/controller/itemsetwrapper/ItemConverter.cxx +++ b/chart2/source/controller/itemsetwrapper/ItemConverter.cxx @@ -21,6 +21,7 @@ #include "macros.hxx" #include #include +#include #include #include #include diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index 12fc658f6d03..1e0f0d48d437 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -109,6 +109,7 @@ #include #include #include +#include #include #include #include "servicenames_charttypes.hxx" diff --git a/cui/source/inc/cuiimapwnd.hxx b/cui/source/inc/cuiimapwnd.hxx index c9ae8db630fc..8938a909f15c 100644 --- a/cui/source/inc/cuiimapwnd.hxx +++ b/cui/source/inc/cuiimapwnd.hxx @@ -20,16 +20,12 @@ #define INCLUDED_CUI_SOURCE_INC_CUIIMAPWND_HXX #include -#include #include #include #include -#include -#include -#include -#include +#include + #include -#include class URLDlg : public ModalDialog { diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx index 3c9e79d25576..ba8ac1d02bcd 100644 --- a/cui/source/inc/iconcdlg.hxx +++ b/cui/source/inc/iconcdlg.hxx @@ -20,8 +20,6 @@ #define INCLUDED_CUI_SOURCE_INC_ICONCDLG_HXX #include -#include -#include #include #include #include @@ -36,6 +34,8 @@ struct IconChoicePageData; class IconChoiceDialog; class IconChoicePage; +class SfxItemPool; +class SfxItemSet; // Create-Function typedef VclPtr (*CreatePage)(vcl::Window *pParent, IconChoiceDialog* pDlg, const SfxItemSet &rAttrSet); diff --git a/forms/source/richtext/richtextmodel.cxx b/forms/source/richtext/richtextmodel.cxx index 6c7c58f9ff78..b0a6318e45ea 100644 --- a/forms/source/richtext/richtextmodel.cxx +++ b/forms/source/richtext/richtextmodel.cxx @@ -27,6 +27,7 @@ #include #include +#include #include #include #include diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx index fdd7eb89c1d6..8094d0509604 100644 --- a/include/editeng/unoedsrc.hxx +++ b/include/editeng/unoedsrc.hxx @@ -28,7 +28,6 @@ #include #include #include -#include #include #include diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx index a9b42bdb8341..179a3a621994 100644 --- a/include/editeng/unotext.hxx +++ b/include/editeng/unotext.hxx @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 84afcfae62b6..758f1eb6bddc 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include diff --git a/include/svx/numinf.hxx b/include/svx/numinf.hxx index c99f9859c53c..33035b0444e1 100644 --- a/include/svx/numinf.hxx +++ b/include/svx/numinf.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVX_NUMINF_HXX #define INCLUDED_SVX_NUMINF_HXX -#include +#include #include #include diff --git a/svx/source/dialog/imapwnd.hxx b/svx/source/dialog/imapwnd.hxx index 9f1d29074e8f..27e62a763ddb 100644 --- a/svx/source/dialog/imapwnd.hxx +++ b/svx/source/dialog/imapwnd.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -32,6 +31,8 @@ #include +struct SfxItemInfo; + struct NotifyInfo { OUString aMarkURL; diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 0d3ad2967104..e68ab9f25dc8 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include