summaryrefslogtreecommitdiff
path: root/sw/inc/unoframe.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-04 22:38:44 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-05 09:31:50 +0200
commitc86778e6d1d4fcb05f42025f643aa472645b186a (patch)
tree68ffb52dfe5cb71e5290b1c040c0561f79ed44c6 /sw/inc/unoframe.hxx
parentb3cd552f4fdf5f15d9b440efe9d8cc9670248e79 (diff)
sw: fix some IWYU warnings
Change-Id: I0c1d05b3f842a8d607a934f6954bcf2175d0d419 Reviewed-on: https://gerrit.libreoffice.org/52407 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/unoframe.hxx')
-rw-r--r--sw/inc/unoframe.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx
index de5c9b8ac71a..d92f682dd2e7 100644
--- a/sw/inc/unoframe.hxx
+++ b/sw/inc/unoframe.hxx
@@ -31,8 +31,6 @@
#include <cppuhelper/implbase.hxx>
-#include <sfx2/objsh.hxx>
-
#include "flyenum.hxx"
#include "frmfmt.hxx"
#include "unotext.hxx"
@@ -42,7 +40,6 @@
class SdrObject;
class SwDoc;
class SwFormat;
-class SwFlyFrameFormat;
class BaseFrameProperties_Impl;
class SwXFrame : public cppu::WeakImplHelper
@@ -274,7 +271,6 @@ public:
void operator delete( void * ) throw();
};
-class SwOLENode;
typedef cppu::ImplInheritanceHelper
< SwXFrame,
css::document::XEmbeddedObjectSupplier2,