summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/source/dialog/imapwnd.hxx3
-rw-r--r--svx/source/unodraw/unomod.cxx1
2 files changed, 3 insertions, 1 deletions
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 <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;
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 <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>