cleanup itempool includes
Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10 Reviewed-on: https://gerrit.libreoffice.org/35313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
This commit is contained in:
parent
c627f4b928
commit
9bb21ef311
@ -24,6 +24,7 @@
|
||||
|
||||
#include <unotools/lingucfg.hxx>
|
||||
#include <editeng/langitem.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svx/svdpage.hxx>
|
||||
#include <svx/svdpagv.hxx>
|
||||
#include <svx/svdmodel.hxx>
|
||||
|
@ -20,7 +20,6 @@
|
||||
#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_ITEMCONVERTER_HXX
|
||||
|
||||
#include <unotools/eventlisteneradapter.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "macros.hxx"
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#include <osl/diagnose.h>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <svl/itemiter.hxx>
|
||||
#include <svl/whiter.hxx>
|
||||
|
@ -109,6 +109,7 @@
|
||||
#include <com/sun/star/text/WritingMode2.hpp>
|
||||
#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.hpp>
|
||||
#include <com/sun/star/view/XSelectionSupplier.hpp>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/languageoptions.hxx>
|
||||
#include <comphelper/classids.hxx>
|
||||
#include "servicenames_charttypes.hxx"
|
||||
|
@ -20,16 +20,12 @@
|
||||
#define INCLUDED_CUI_SOURCE_INC_CUIIMAPWND_HXX
|
||||
|
||||
#include <vcl/dialog.hxx>
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/combobox.hxx>
|
||||
#include <vcl/button.hxx>
|
||||
#include <vcl/menu.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svtools/imapobj.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <svtools/imap.hxx>
|
||||
#include <vcl/vclmedit.hxx>
|
||||
|
||||
#include <sfx2/frame.hxx>
|
||||
#include <svtools/svmedit.hxx>
|
||||
|
||||
class URLDlg : public ModalDialog
|
||||
{
|
||||
|
@ -20,8 +20,6 @@
|
||||
#define INCLUDED_CUI_SOURCE_INC_ICONCDLG_HXX
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svtools/ivctrl.hxx>
|
||||
#include <vcl/tabpage.hxx>
|
||||
#include <vcl/msgbox.hxx>
|
||||
@ -36,6 +34,8 @@
|
||||
struct IconChoicePageData;
|
||||
class IconChoiceDialog;
|
||||
class IconChoicePage;
|
||||
class SfxItemPool;
|
||||
class SfxItemSet;
|
||||
|
||||
// Create-Function
|
||||
typedef VclPtr<IconChoicePage> (*CreatePage)(vcl::Window *pParent, IconChoiceDialog* pDlg, const SfxItemSet &rAttrSet);
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#include <comphelper/guarding.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <toolkit/awt/vclxdevice.hxx>
|
||||
#include <toolkit/helper/vclunohelper.hxx>
|
||||
#include <editeng/editstat.hxx>
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <vcl/mapmod.hxx>
|
||||
#include <tools/color.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <editeng/editengdllapi.h>
|
||||
#include <editeng/editeng.hxx>
|
||||
|
||||
|
@ -53,7 +53,6 @@
|
||||
#include <tools/link.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <svl/itemset.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/solar.hrc>
|
||||
#include <editeng/editdata.hxx>
|
||||
#include <editeng/unoedsrc.hxx>
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <vcl/window.hxx>
|
||||
#include <editeng/svxfont.hxx>
|
||||
#include <svx/svxdllapi.h>
|
||||
#include <svl/itempool.hxx>
|
||||
|
||||
#include <rtl/ustring.hxx>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef INCLUDED_SVX_NUMINF_HXX
|
||||
#define INCLUDED_SVX_NUMINF_HXX
|
||||
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/poolitem.hxx>
|
||||
#include <svx/numfmtsh.hxx>
|
||||
#include <svx/svxdllapi.h>
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <vcl/fixed.hxx>
|
||||
#include <vcl/button.hxx>
|
||||
#include <vcl/menu.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svtools/imapobj.hxx>
|
||||
#include <svtools/transfer.hxx>
|
||||
#include <svtools/imap.hxx>
|
||||
@ -32,6 +31,8 @@
|
||||
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
|
||||
struct SfxItemInfo;
|
||||
|
||||
struct NotifyInfo
|
||||
{
|
||||
OUString aMarkURL;
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include <com/sun/star/drawing/XShape.hpp>
|
||||
#include <osl/mutex.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <svl/itempool.hxx>
|
||||
#include <svl/itemprop.hxx>
|
||||
#include <svtools/unoevent.hxx>
|
||||
#include <comphelper/sequence.hxx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user