summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 00:41:32 +0100
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2017-03-17 11:00:09 +0000
commit9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 (patch)
tree66980c995cd3e056ca9ea2d8c2fac587bd1220ae /cui
parentc627f4b92824a7c1900e54e8a66773f45e3766dd (diff)
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>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/cuiimapwnd.hxx8
-rw-r--r--cui/source/inc/iconcdlg.hxx4
2 files changed, 4 insertions, 8 deletions
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 <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
{
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 <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);