summaryrefslogtreecommitdiff
path: root/sw/inc/dcontact.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-24 21:55:39 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-25 14:27:01 +0200
commit90c91b824c2b362b43bdd2f8d8d647867d8fe612 (patch)
tree243cff7af1b6301b987f36e2f63f80c5ceaece2d /sw/inc/dcontact.hxx
parentc72d69d4b0d28497bc6f70b085dfdf2fbc672cbb (diff)
sw: fix remaining IWYU warnings in inc/*.hxx
Also check for not needed forward declarations. Change-Id: I92759f3f40d9458fd192665b39b87a78d8b97e5a Reviewed-on: https://gerrit.libreoffice.org/53418 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/dcontact.hxx')
-rw-r--r--sw/inc/dcontact.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/inc/dcontact.hxx b/sw/inc/dcontact.hxx
index 2262eeac6036..7898c68154ab 100644
--- a/sw/inc/dcontact.hxx
+++ b/sw/inc/dcontact.hxx
@@ -30,20 +30,17 @@
#include "calbck.hxx"
#include "anchoreddrawobject.hxx"
-class SfxPoolItem;
-class SwFrameFormat;
-class SwFlyFrameFormat;
class SwFlyFrame;
class SwFrame;
class SwPageFrame;
class SwVirtFlyDrawObj;
-class SwFormatAnchor;
class SwFlyDrawObj;
class SwRect;
class SwDrawContact;
struct SwPosition;
class SwIndex;
class SdrTextObj;
+class SwContact;
/** The other way round: Search format for given object.
If object is a SwVirtFlyDrawObj the format will be obtained from it.
@@ -311,7 +308,6 @@ bool CheckControlLayer( const SdrObject *pObj );
/** ContactObject for connection of formats as representatives of draw objects
in SwClient and the objects themselves in Drawing (SDrObjUserCall). */
-class NestedUserCallHdl;
class SwDrawContact final : public SwContact
{